Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index d8ee41385fb7351137de8e0d3cc8e0c234ed3575..6a6af279ab67d1d77d4f23f82262f9b0da166f05 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -566,6 +566,8 @@ 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") |
+DEFINE_BOOL(print_wasm_code, false, "Print WebAssembly code") |
+ |
// Profiler flags. |
DEFINE_INT(frame_count, 1, "number of stack frames inspected by the profiler") |
// 0x1800 fits in the immediate field of an ARM instruction. |