| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index ba0087430e718707f8f50afb0f1ccc3ad3754850..72fe719b1f80722789304d705c7d9f3a2848be24 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -2106,7 +2106,7 @@ void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
|
| DCHECK(ToRegister(instr->result()).is(rax));
|
|
|
| Handle<Code> code = CodeFactory::BinaryOpIC(
|
| - isolate(), instr->op(), language_mode()).code();
|
| + isolate(), instr->op(), instr->language_mode()).code();
|
| CallCode(code, RelocInfo::CODE_TARGET, instr);
|
| }
|
|
|
|
|