Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 046edbdda2ddb942fafe74cac53475964fe71981..d9461f730943f116eac5eab2991c39177225687e 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -1951,7 +1951,7 @@ void LCodeGen::DoArithmeticT(LArithmeticT* instr) { |
ASSERT(ToRegister(instr->right()).is(rax)); |
ASSERT(ToRegister(instr->result()).is(rax)); |
- BinaryOpStub stub(instr->op(), NO_OVERWRITE); |
+ BinaryOpICStub stub(instr->op(), NO_OVERWRITE); |
CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr); |
__ nop(); // Signals no inlined code. |
} |