Index: src/compiler/mips64/instruction-selector-mips64.cc |
diff --git a/src/compiler/mips64/instruction-selector-mips64.cc b/src/compiler/mips64/instruction-selector-mips64.cc |
index 56188f1817ecf5c2771a3e9d49f849de76620c87..08a9feb5fbdff9988b50b6c808860995ffe87124 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -1325,6 +1325,7 @@ void InstructionSelector::EmitPrepareArguments( |
bool InstructionSelector::IsTailCallAddressImmediate() { return false; } |
+int InstructionSelector::GetTempsCountForTailCallFromJSFunction() { return 3; } |
void InstructionSelector::VisitCheckedLoad(Node* node) { |
CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); |