| Index: src/compiler/wasm-compiler.cc
|
| diff --git a/src/compiler/wasm-compiler.cc b/src/compiler/wasm-compiler.cc
|
| index 1bc86ed8f976af4208179ce38fde62f0c3cff74d..5c6910541ff059dbe7f51534cd275aaca34b479f 100644
|
| --- a/src/compiler/wasm-compiler.cc
|
| +++ b/src/compiler/wasm-compiler.cc
|
| @@ -3719,8 +3719,7 @@ 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);
|
| + PrintWasmCode(isolate_->allocator(), body, module_env_->module_env.module);
|
| }
|
| if (index >= FLAG_trace_wasm_text_start && index < FLAG_trace_wasm_text_end) {
|
| OFStream os(stdout);
|
|
|