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 d350738e0b32e084cd42e43b255aedfb632bf0f1..8355963669c56c797a5cfa9404c0eeeccf60079d 100644 |
--- a/src/compiler/x87/instruction-selector-x87.cc |
+++ b/src/compiler/x87/instruction-selector-x87.cc |
@@ -918,6 +918,7 @@ void InstructionSelector::VisitTailCall(Node* node) { |
InstructionCode opcode; |
switch (descriptor->kind()) { |
case CallDescriptor::kCallCodeObject: |
+ case CallDescriptor::kInterpreterDispatch: |
opcode = kArchTailCallCodeObject; |
break; |
case CallDescriptor::kCallJSFunction: |