diff options
Diffstat (limited to 'test/wasm2c/hello.txt')
-rw-r--r-- | test/wasm2c/hello.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2c/hello.txt b/test/wasm2c/hello.txt index a38ebb11..d56c7216 100644 --- a/test/wasm2c/hello.txt +++ b/test/wasm2c/hello.txt @@ -120,7 +120,7 @@ void w2c_test_0x5Fstart(w2c_test*); #define TRAP(x) (wasm_rt_trap(WASM_RT_TRAP_##x), 0) -#if WASM_RT_USE_STACK_DEPTH_COUNT +#if WASM_RT_STACK_DEPTH_COUNT #define FUNC_PROLOGUE \ if (++wasm_rt_call_stack_depth > WASM_RT_MAX_CALL_STACK_DEPTH) \ TRAP(EXHAUSTION); |