x64: Fix code to return from debug break slot
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Jun 2010 12:50:42 +0000 (12:50 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Jun 2010 12:50:42 +0000 (12:50 +0000)
commit8227208d341b7a8c3bdd22b9c1e2401f95ff05b2
treee8dd51d0a0c0499fe4c1545c8c60a4c5e3c31c12
parentb93382d9ffecee8f5552796931e94da1b37c10ab
x64: Fix code to return from debug break slot

On x64 the return from debug break slot did not pop off the return address.

TBR=ager@chromium.org
Review URL: http://codereview.chromium.org/2731002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4823 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/x64/debug-x64.cc