Chromium Code Reviews| Index: src/x64/codegen-x64.cc |
| =================================================================== |
| --- src/x64/codegen-x64.cc (revision 4515) |
| +++ src/x64/codegen-x64.cc (working copy) |
| @@ -8065,7 +8065,7 @@ |
| builtin = strict_ ? Builtins::STRICT_EQUALS : Builtins::EQUALS; |
| } else { |
| builtin = Builtins::COMPARE; |
| - __ push(Immediate(NegativeComparisonResult(cc_))); |
| + __ Push(Smi::FromInt(NegativeComparisonResult(cc_))); |
| } |
| // Restore return address on the stack. |