| Index: src/compiler/arm64/instruction-selector-arm64.cc
|
| diff --git a/src/compiler/arm64/instruction-selector-arm64.cc b/src/compiler/arm64/instruction-selector-arm64.cc
|
| index 03c7aa580a7a6f3fa9459eb251c737d2943b4553..710c4956195ef1d5dede97b07adda07b4f5bacb1 100644
|
| --- a/src/compiler/arm64/instruction-selector-arm64.cc
|
| +++ b/src/compiler/arm64/instruction-selector-arm64.cc
|
| @@ -598,8 +598,7 @@ void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation,
|
| // TODO(turbofan): on ARM64 it's probably better to use the code object in a
|
| // register if there are multiple uses of it. Improve constant pool and the
|
| // heuristics in the register allocator for where to emit constants.
|
| - InitializeCallBuffer(call, &buffer, true, false, continuation,
|
| - deoptimization);
|
| + InitializeCallBuffer(call, &buffer, true, false);
|
|
|
| // Push the arguments to the stack.
|
| bool is_c_frame = descriptor->kind() == CallDescriptor::kCallAddress;
|
|
|