Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1115)

Unified Diff: src/x64/virtual-frame-x64.cc

Issue 171107: X64: Implement debugger hooks. (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/x64/virtual-frame-x64.cc
diff --git a/src/x64/virtual-frame-x64.cc b/src/x64/virtual-frame-x64.cc
index fb911a18751a9dc899049f25a1da031217d35974..5985fe6dff33639437c219f919d9aadf9f3b6521 100644
--- a/src/x64/virtual-frame-x64.cc
+++ b/src/x64/virtual-frame-x64.cc
@@ -932,7 +932,6 @@ Result VirtualFrame::CallRuntime(Runtime::FunctionId id, int arg_count) {
return result;
}
Søren Thygesen Gjesse 2009/08/18 13:10:44 Accidental edit?
Lasse Reichstein 2009/08/19 07:07:55 Indeed. Fixed.
-
Result VirtualFrame::CallLoadIC(RelocInfo::Mode mode) {
// Name and receiver are on the top of the frame. The IC expects
// name in rcx and receiver on the stack. It does not drop the

Powered by Google App Engine
This is Rietveld 408576698