Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index b7be3501fc2160227a1d34490cae33430ffcfa59..6d2281d468093a58d4c55176f25cf2e87d2c6b39 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -535,6 +535,8 @@ DEFINE_BOOL(wasm_guard_pages, false, |
"add guard pages to the end of WebWassembly memory" |
" (experimental, no effect on 32-bit)") |
DEFINE_IMPLICATION(wasm_trap_handler, wasm_guard_pages) |
+DEFINE_BOOL(wasm_trap_if, false, |
+ "enable the use of the trap_if operator for traps") |
DEFINE_BOOL(wasm_code_fuzzer_gen_test, false, |
"Generate a test case when running the wasm-code fuzzer") |
// Profiler flags. |