Index: runtime/vm/stack_frame_ia32.h |
=================================================================== |
--- runtime/vm/stack_frame_ia32.h (revision 43896) |
+++ runtime/vm/stack_frame_ia32.h (working copy) |
@@ -42,7 +42,7 @@ |
static const int kSavedCallerPpSlotFromFp = kSavedCallerFpSlotFromFp; |
// Entry and exit frame layout. |
-static const int kExitLinkSlotFromEntryFp = -5; |
+static const int kExitLinkSlotFromEntryFp = -6; |
} // namespace dart |