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

Unified Diff: runtime/vm/simulator_mips.h

Issue 2376843002: Pass new pool pointer to the JumpToException stub instead of reloading in through the frame's Code … (Closed)
Patch Set: . Created 4 years, 3 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: runtime/vm/simulator_mips.h
diff --git a/runtime/vm/simulator_mips.h b/runtime/vm/simulator_mips.h
index cbda735d9472c0cd96c6b3219388e3ae640d44b0..cddfeaf18c8d003d312f681187102a7f785e4be3 100644
--- a/runtime/vm/simulator_mips.h
+++ b/runtime/vm/simulator_mips.h
@@ -146,6 +146,7 @@ class Simulator {
void Longjmp(uword pc,
uword sp,
uword fp,
+ uword pp,
RawObject* raw_exception,
RawObject* raw_stacktrace,
Thread* thread);

Powered by Google App Engine
This is Rietveld 408576698