Index: src/compiler/s390/code-generator-s390.cc |
diff --git a/src/compiler/s390/code-generator-s390.cc b/src/compiler/s390/code-generator-s390.cc |
index f0c51a90eb48923b77acfeefe0146dfdd972335e..ca6f5f296db545861f6492437dcca183670b3d79 100644 |
--- a/src/compiler/s390/code-generator-s390.cc |
+++ b/src/compiler/s390/code-generator-s390.cc |
@@ -1631,7 +1631,7 @@ CodeGenerator::CodeGenResult CodeGenerator::AssembleArchInstruction( |
case kS390_Float32ToInt32: { |
bool check_conversion = (i.OutputCount() > 1); |
__ ConvertFloat32ToInt32(i.InputDoubleRegister(0), i.OutputRegister(0), |
- kScratchDoubleReg); |
+ kScratchDoubleReg, kRoundToZero); |
if (check_conversion) { |
Label conversion_done; |
__ LoadImmP(i.OutputRegister(1), Operand::Zero()); |