Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index 3fb08ef7ce9b5f9bb16b001c26b706bc1b7797b8..c1d0f94ec351f3ec5c39cef4742667165b3b6820 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -2000,7 +2000,7 @@ void LCodeGen::DoArithmeticT(LArithmeticT* instr) { |
ASSERT(ToRegister(instr->right()).is(a0)); |
ASSERT(ToRegister(instr->result()).is(v0)); |
- BinaryOpStub stub(instr->op(), NO_OVERWRITE); |
+ BinaryOpICStub stub(instr->op(), NO_OVERWRITE); |
CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr); |
// Other arch use a nop here, to signal that there is no inlined |
// patchable code. Mips does not need the nop, since our marker |