diff options
Diffstat (limited to 'test/wasm2c/check-imports.txt')
-rw-r--r-- | test/wasm2c/check-imports.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2c/check-imports.txt b/test/wasm2c/check-imports.txt index ce2469ed..3da1741e 100644 --- a/test/wasm2c/check-imports.txt +++ b/test/wasm2c/check-imports.txt @@ -112,7 +112,7 @@ extern const u8 wasm2c_test_is64_env_0x5F_linear_memory; #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); |