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

Unified Diff: src/x64/macro-assembler-x64.h

Issue 2636913002: [liveedit] reimplement frame restarting. (Closed)
Patch Set: Created 3 years, 11 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/macro-assembler-x64.h
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
index c09b07cac839003134f6624ff71283bf79923550..247ee17050c359121fbd7a8e345f5306d87694d3 100644
--- a/src/x64/macro-assembler-x64.h
+++ b/src/x64/macro-assembler-x64.h
@@ -327,6 +327,7 @@ class MacroAssembler: public Assembler {
// Debugger Support
void DebugBreak();
+ void MaybeDropFrames();
// Generates function and stub prologue code.
void StubPrologue(StackFrame::Type type);

Powered by Google App Engine
This is Rietveld 408576698