diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc index 8b8f3c134e..52aa233df8 100644 --- a/src/compiler/instruction-selector.cc +++ b/src/compiler/instruction-selector.cc @@ -1203,7 +1203,9 @@ MACHINE_OP_LIST(DECLARE_UNIMPLEMENTED_SELECTOR) #undef DECLARE_UNIMPLEMENTED_SELECTOR -void InstructionSelector::VisitCall(Node* node) { UNIMPLEMENTED(); } +void InstructionSelector::VisitCall(Node* node, BasicBlock* handler) { + UNIMPLEMENTED(); +} void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch,