| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 423bebf0f70922c1ded524fc921726c41dc42558..72686bc765e68d51173266c11465818a86de095f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -555,7 +555,7 @@ 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,
|
| +DEFINE_BOOL(wasm_trap_if, true,
|
| "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")
|
|
|