Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 68a45157f991900ef40c362fa14252e5c28be8a5..b67ddd3e7330a7d6386ea15e618d47e9fa237cdb 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -171,7 +171,8 @@ class InstructionSelector final { |
// {call_address_immediate} to generate immediate operands to address calls. |
void InitializeCallBuffer(Node* call, CallBuffer* buffer, |
bool call_code_immediate, |
- bool call_address_immediate); |
+ bool call_address_immediate, bool call_tail, |
+ int stack_param_delta = 0); |
bool IsTailCallAddressImmediate(); |
FrameStateDescriptor* GetFrameStateDescriptor(Node* node); |