mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
samples/native-stack-overflow/wasm-apps: comment out redundant logic
This commit is contained in:
parent
740a48d3d8
commit
b511ad9c50
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user