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

Unified Diff: runtime/vm/simulator_mips.h

Issue 718393005: Enable the profiler on the simulator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 45f45d8eca3069bc8686c3242991a1360116ef85..b5da8068bc8211aaf3d1568b4725c58a19977684 100644
--- a/runtime/vm/simulator_mips.h
+++ b/runtime/vm/simulator_mips.h
@@ -122,6 +122,8 @@ class Simulator {
CallKind call_kind,
int argument_count);
+ static uword FunctionForRedirect(uword redirect);
+
void Longjmp(uword pc,
uword sp,
uword fp,

Powered by Google App Engine
This is Rietveld 408576698