Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 0162a5f336ed09e4d558bf6502a48cd60284548d..30814703d59965f34d669dfb3a50ad9fdd982aa8 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -325,6 +325,8 @@ struct ModuleEnv { |
FunctionSig* sig); |
static compiler::CallDescriptor* GetI32WasmCallDescriptor( |
Zone* zone, compiler::CallDescriptor* descriptor); |
+ static compiler::CallDescriptor* GetI32WasmCallDescriptorForSimd( |
+ Zone* zone, compiler::CallDescriptor* descriptor); |
}; |
// A helper for printing out the names of functions. |