| Index: src/wasm/wasm-module-builder.h
|
| diff --git a/src/wasm/wasm-module-builder.h b/src/wasm/wasm-module-builder.h
|
| index 4f32abe7bd81f8c1758db614f85c28e02c1caca3..ae1bfee65d4dbf7aaddda1fb8d2e25740e1cfe8a 100644
|
| --- a/src/wasm/wasm-module-builder.h
|
| +++ b/src/wasm/wasm-module-builder.h
|
| @@ -134,7 +134,7 @@ class V8_EXPORT_PRIVATE WasmFunctionBuilder : public ZoneObject {
|
| void EmitDirectCallIndex(uint32_t index);
|
| void ExportAs(Vector<const char> name);
|
| void SetName(Vector<const char> name);
|
| - void AddAsmWasmOffset(int asm_position);
|
| + void AddAsmWasmOffset(int call_position, int to_number_position);
|
|
|
| void WriteSignature(ZoneBuffer& buffer) const;
|
| void WriteExports(ZoneBuffer& buffer) const;
|
|
|