Index: src/crankshaft/mips/lithium-codegen-mips.cc |
diff --git a/src/crankshaft/mips/lithium-codegen-mips.cc b/src/crankshaft/mips/lithium-codegen-mips.cc |
index 9a194772c6eef4ac1854cc9469b0b015cead86d1..3d2a79028a19f39f1d89e946337e0dd8e2e506bc 100644 |
--- a/src/crankshaft/mips/lithium-codegen-mips.cc |
+++ b/src/crankshaft/mips/lithium-codegen-mips.cc |
@@ -3509,8 +3509,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())); |
} |