| Index: src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| index 8c7f1dc641098ec9005b45667a74404812a50b24..5af239dd3d0f141f200d4ba9ecc7c09cc5f43d67 100644
|
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| @@ -3712,8 +3712,7 @@ void LCodeGen::DoMathExp(LMathExp* instr) {
|
| void LCodeGen::DoMathLog(LMathLog* instr) {
|
| __ PrepareCallCFunction(0, 1, scratch0());
|
| __ MovToFloatParameter(ToDoubleRegister(instr->value()));
|
| - __ CallCFunction(ExternalReference::math_log_double_function(isolate()),
|
| - 0, 1);
|
| + __ CallCFunction(ExternalReference::ieee754_log_function(isolate()), 0, 1);
|
| __ MovFromFloatResult(ToDoubleRegister(instr->result()));
|
| }
|
|
|
|
|