Chromium Code Reviews| Index: src/x64/codegen-x64.cc |
| =================================================================== |
| --- src/x64/codegen-x64.cc (revision 2128) |
| +++ src/x64/codegen-x64.cc (working copy) |
| @@ -281,7 +281,6 @@ |
| // Invoke: Link this frame into the handler chain. |
| __ bind(&invoke); |
| __ PushTryHandler(IN_JS_ENTRY, JS_ENTRY_HANDLER); |
| - __ push(rax); // flush TOS |
| // Clear any pending exceptions. |
| __ load_rax(ExternalReference::the_hole_value_location()); |