| Index: src/x64/debug-x64.cc
|
| ===================================================================
|
| --- src/x64/debug-x64.cc (revision 15866)
|
| +++ src/x64/debug-x64.cc (working copy)
|
| @@ -176,7 +176,7 @@
|
| // If this call did not replace a call but patched other code then there will
|
| // be an unwanted return address left on the stack. Here we get rid of that.
|
| if (convert_call_to_jmp) {
|
| - __ addq(rsp, Immediate(kPointerSize));
|
| + __ addq(rsp, Immediate(kPCOnStackSize));
|
| }
|
|
|
| // Now that the break point has been handled, resume normal execution by
|
|
|