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

Unified Diff: runtime/vm/stack_frame_mips.h

Issue 200693002: Set VMTag from stubs when transitioning between Dart and Native (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
« no previous file with comments | « runtime/vm/stack_frame_ia32.h ('k') | runtime/vm/stack_frame_x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/stack_frame_mips.h
diff --git a/runtime/vm/stack_frame_mips.h b/runtime/vm/stack_frame_mips.h
index 84f8dc7b1935c7c383d77216743f7c90a9d84123..94c8c2576529cbf4292d51fda5d2eed7de3f9545 100644
--- a/runtime/vm/stack_frame_mips.h
+++ b/runtime/vm/stack_frame_mips.h
@@ -41,8 +41,9 @@ static const int kParamEndSlotFromFp = 2; // One slot past last parameter.
static const int kCallerSpSlotFromFp = 3;
// Entry and exit frame layout.
-static const int kSavedContextSlotFromEntryFp = -23;
-static const int kExitLinkSlotFromEntryFp = -22;
+static const int kSavedContextSlotFromEntryFp = -24;
+static const int kExitLinkSlotFromEntryFp = -23;
+static const int kSavedVMTagSlotFromEntryFp = -22;
} // namespace dart
« no previous file with comments | « runtime/vm/stack_frame_ia32.h ('k') | runtime/vm/stack_frame_x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698