| Index: src/compiler/wasm-compiler.cc
|
| diff --git a/src/compiler/wasm-compiler.cc b/src/compiler/wasm-compiler.cc
|
| index 1bc86ed8f976af4208179ce38fde62f0c3cff74d..600b61d108ab4f130462f8080a3dd87f7b14736c 100644
|
| --- a/src/compiler/wasm-compiler.cc
|
| +++ b/src/compiler/wasm-compiler.cc
|
| @@ -3719,8 +3719,8 @@ SourcePositionTable* WasmCompilationUnit::BuildGraphForWasmFunction(
|
|
|
| if (index >= FLAG_trace_wasm_ast_start && index < FLAG_trace_wasm_ast_end) {
|
| OFStream os(stdout);
|
| - PrintWasmCode(isolate_->allocator(), body, module_env_->module_env.module,
|
| - os, nullptr);
|
| + PrintRawWasmCode(isolate_->allocator(), body,
|
| + module_env_->module_env.module);
|
| }
|
| if (index >= FLAG_trace_wasm_text_start && index < FLAG_trace_wasm_text_end) {
|
| OFStream os(stdout);
|
|
|