diff options
author | Shravan Narayan <shravanrn@gmail.com> | 2023-04-10 19:55:37 -0400 |
---|---|---|
committer | Shravan Narayan <shravanrn@gmail.com> | 2023-04-12 00:54:37 -0400 |
commit | c83f9b02f67adbc20499fc4821941cdf5011dc8a (patch) | |
tree | 89ebe2f4928ac0ab5d597d1e84c3748454dc0de5 /test/wasm2c/export-names.txt | |
parent | 8b8428b5c49aa89a3512452984818a273224143f (diff) | |
download | wabt-c83f9b02f67adbc20499fc4821941cdf5011dc8a.tar.gz wabt-c83f9b02f67adbc20499fc4821941cdf5011dc8a.tar.bz2 wabt-c83f9b02f67adbc20499fc4821941cdf5011dc8a.zip |
wasm2c: Separate the macros for allocation and bounds checks strategies
Diffstat (limited to 'test/wasm2c/export-names.txt')
-rw-r--r-- | test/wasm2c/export-names.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2c/export-names.txt b/test/wasm2c/export-names.txt index 87d1b674..0a944d04 100644 --- a/test/wasm2c/export-names.txt +++ b/test/wasm2c/export-names.txt @@ -137,7 +137,7 @@ static inline bool func_types_eq(const wasm_rt_func_type_t a, TRAP(OOB); #endif -#if WASM_RT_MEMCHECK_SIGNAL_HANDLER +#if WASM_RT_MEMCHECK_GUARD_PAGES #define MEMCHECK(mem, a, t) #else #define MEMCHECK(mem, a, t) RANGE_CHECK(mem, a, sizeof(t)) |