Chromium Code Reviews| Index: src/x64/code-stubs-x64.cc |
| =================================================================== |
| --- src/x64/code-stubs-x64.cc (revision 7910) |
| +++ src/x64/code-stubs-x64.cc (working copy) |
| @@ -3333,8 +3333,7 @@ |
| #endif |
| // Restore the top frame descriptor from the stack. |
| - { |
| - Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp); |
| + { Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp); |
| __ pop(c_entry_fp_operand); |
| } |