Index: src/arm/lithium-codegen-arm.cc |
=================================================================== |
--- src/arm/lithium-codegen-arm.cc (revision 6946) |
+++ src/arm/lithium-codegen-arm.cc (working copy) |
@@ -3371,10 +3371,7 @@ |
Register scratch1 = scratch0(); |
Register scratch2 = ToRegister(instr->TempAt(0)); |
- VFPRoundingMode rounding_mode = instr->truncating() ? kRoundToMinusInf |
- : kRoundToNearest; |
- |
- EmitVFPTruncate(rounding_mode, |
+ EmitVFPTruncate(kRoundToZero, |
single_scratch, |
double_input, |
scratch1, |