Index: test/cctest/wasm/wasm-run-utils.h |
diff --git a/test/cctest/wasm/wasm-run-utils.h b/test/cctest/wasm/wasm-run-utils.h |
index 87e4a0933a3c482a1b82f0861b406e4a9ad4f0e2..adca30e545c3107ac9119d69390db880afd49b3c 100644 |
--- a/test/cctest/wasm/wasm-run-utils.h |
+++ b/test/cctest/wasm/wasm-run-utils.h |
@@ -474,7 +474,8 @@ class WasmFunctionCompiler : public HandleAndZoneScope, |
if (kPointerSize == 4) { |
desc = testing_module_->GetI32WasmCallDescriptor(this->zone(), desc); |
} |
- CompilationInfo info("wasm compile", this->isolate(), this->zone()); |
+ CompilationInfo info("wasm compile", this->isolate(), this->zone(), |
+ Code::ComputeFlags(Code::WASM_FUNCTION)); |
Handle<Code> result = |
Pipeline::GenerateCodeForTesting(&info, desc, this->graph()); |
#ifdef ENABLE_DISASSEMBLER |