samples/native-stack-overflow/wasm-apps: comment out redundant logic

This commit is contained in:
YAMAMOTO Takashi 2024-04-22 13:19:16 +09:00
parent 740a48d3d8
commit b511ad9c50

View File

@ -43,7 +43,9 @@ __attribute__((export_name("test"))) uint32_t
test(uint32_t native_stack, uint32_t recurse_count) test(uint32_t native_stack, uint32_t recurse_count)
{ {
uint32_t ret; uint32_t ret;
#if 0 /* notyet */
ret = host_consume_stack_and_call_indirect(cb, 321, native_stack); ret = host_consume_stack_and_call_indirect(cb, 321, native_stack);
#endif
/* /*
* ------ os_thread_get_stack_boundary * ------ os_thread_get_stack_boundary