Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 2897) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -6320,7 +6320,7 @@ |
// Also enter it if the value of the smi is Smi::kMinValue |
__ testl(rax, Immediate(0x7FFFFFFE)); |
__ j(zero, &special); |
- __ neg(rax); |
+ __ negl(rax); |
__ jmp(&done); |
__ bind(&special); |