Revision: 4823
Author: [email protected]
Date: Tue Jun 8 05:50:42 2010
Log: x64: Fix code to return from debug break slot
On x64 the return from debug break slot did not pop off the return address.
[email protected]
Review URL: http://codereview.chromium.org/2731002
http://code.google.com/p/v8/source/detail?r=4823
Modified:
/branches/bleeding_edge/src/x64/debug-x64.cc
=======================================
--- /branches/bleeding_edge/src/x64/debug-x64.cc Tue Jun 8 05:04:49 2010
+++ /branches/bleeding_edge/src/x64/debug-x64.cc Tue Jun 8 05:50:42 2010
@@ -197,7 +197,7 @@
void Debug::GenerateSlotDebugBreak(MacroAssembler* masm) {
// In the places where a debug break slot is inserted no registers can
contain
// object pointers.
- Generate_DebugBreakCallHelper(masm, 0, false);
+ Generate_DebugBreakCallHelper(masm, 0, true);
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev