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