summaryrefslogtreecommitdiff
path: root/test/wasm2c/export-names.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2c/export-names.txt')
-rw-r--r--test/wasm2c/export-names.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2c/export-names.txt b/test/wasm2c/export-names.txt
index 73e8b598..ed9772b9 100644
--- a/test/wasm2c/export-names.txt
+++ b/test/wasm2c/export-names.txt
@@ -112,7 +112,7 @@ void w2c_test_0xE20x9D0xA40xEF0xB80x8F(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);