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 /src/prebuilt | |
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 'src/prebuilt')
-rw-r--r-- | src/prebuilt/wasm2c_source_declarations.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prebuilt/wasm2c_source_declarations.cc b/src/prebuilt/wasm2c_source_declarations.cc index ee98327b..2e9ebe5d 100644 --- a/src/prebuilt/wasm2c_source_declarations.cc +++ b/src/prebuilt/wasm2c_source_declarations.cc @@ -75,7 +75,7 @@ R"w2c_template( TRAP(OOB); R"w2c_template(#endif )w2c_template" R"w2c_template( -#if WASM_RT_MEMCHECK_SIGNAL_HANDLER +#if WASM_RT_MEMCHECK_GUARD_PAGES )w2c_template" R"w2c_template(#define MEMCHECK(mem, a, t) )w2c_template" |