Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 5215) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -1366,8 +1366,8 @@ |
__ movdbl(FieldOperand(left_, HeapNumber::kValueOffset), xmm0); |
} else { |
if (op_ == Token::SHR) { |
+ __ push(Immediate(0)); // High word of unsigned value. |
__ push(dst_); |
- __ push(Immediate(0)); // High word of unsigned value. |
__ fild_d(Operand(esp, 0)); |
__ Drop(2); |
} else { |