Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index cf9aebe7ba05414f251ee82218cb18d37d5bc780..8dc1abc22230d95895e2b12bf9e7fc9651185e6a 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -191,6 +191,8 @@ struct ModuleEnv { |
Handle<FixedArray> GetFunctionTable(); |
compiler::CallDescriptor* GetWasmCallDescriptor(Zone* zone, FunctionSig* sig); |
+ static compiler::CallDescriptor* GetI32WasmCallDescriptor( |
+ Zone* zone, compiler::CallDescriptor* descriptor); |
compiler::CallDescriptor* GetCallDescriptor(Zone* zone, uint32_t index); |
}; |