Index: src/compiler/x87/instruction-selector-x87.cc |
diff --git a/src/compiler/x87/instruction-selector-x87.cc b/src/compiler/x87/instruction-selector-x87.cc |
index f1064d74024219198d2c8ec5db7d5e9ed5925cc5..0f2ac1fbbf36abc8d587160994c8178ef84dc46b 100644 |
--- a/src/compiler/x87/instruction-selector-x87.cc |
+++ b/src/compiler/x87/instruction-selector-x87.cc |
@@ -1017,6 +1017,7 @@ void InstructionSelector::EmitPrepareArguments( |
bool InstructionSelector::IsTailCallAddressImmediate() { return true; } |
+int InstructionSelector::GetTempsCountForTailCallFromJSFunction() { return 0; } |
namespace { |