summaryrefslogtreecommitdiff
path: root/test/wasm2c/minimal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2c/minimal.txt')
-rw-r--r--test/wasm2c/minimal.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2c/minimal.txt b/test/wasm2c/minimal.txt
index d77a6573..9199efb8 100644
--- a/test/wasm2c/minimal.txt
+++ b/test/wasm2c/minimal.txt
@@ -83,7 +83,7 @@ wasm_rt_func_type_t wasm2c_test_get_func_type(uint32_t param_count, uint32_t res
#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);