Index: src/a64/code-stubs-a64.cc |
diff --git a/src/a64/code-stubs-a64.cc b/src/a64/code-stubs-a64.cc |
index 21bb2f85bb722d0a9f964b01481384d1c5d07434..919d52faa33489bd6de1d12b936f2748e2fdbc70 100644 |
--- a/src/a64/code-stubs-a64.cc |
+++ b/src/a64/code-stubs-a64.cc |
@@ -565,7 +565,7 @@ void DoubleToIStub::Generate(MacroAssembler* masm) { |
__ Ldr(double_scratch, MemOperand(input, double_offset)); |
// Try to convert with a FPU convert instruction. This handles all |
// non-saturating cases. |
- __ TryInlineTruncateDoubleToI(result, double_scratch, &done); |
+ __ TryConvertDoubleToInt64(result, double_scratch, &done); |
__ Fmov(result, double_scratch); |
} else { |
__ Ldr(result, MemOperand(input, double_offset)); |