| Index: src/crankshaft/s390/lithium-codegen-s390.cc | 
| diff --git a/src/crankshaft/s390/lithium-codegen-s390.cc b/src/crankshaft/s390/lithium-codegen-s390.cc | 
| index c9191e76f39daa2892665389a44365098afa7f1f..09d4e79525a13213fd88e20d3c5f2bad0a579b79 100644 | 
| --- a/src/crankshaft/s390/lithium-codegen-s390.cc | 
| +++ b/src/crankshaft/s390/lithium-codegen-s390.cc | 
| @@ -3685,8 +3685,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())); | 
| } | 
|  | 
|  |