Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index 44afe5fbc0b3b4daf4c04a1daee1e18ea3ec892e..05840c6098693c1a57dc901d561a204ea40dec1b 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -142,7 +142,8 @@ class WasmGraphBuilder { |
void AppendToMerge(Node* merge, Node* from); |
void AppendToPhi(Node* phi, Node* from); |
- void StackCheck(wasm::WasmCodePosition position); |
+ void StackCheck(wasm::WasmCodePosition position, Node** effect = nullptr, |
+ Node** control = nullptr); |
//----------------------------------------------------------------------- |
// Operations that read and/or write {control} and {effect}. |