Index: runtime/vm/stack_frame_arm.h |
=================================================================== |
--- runtime/vm/stack_frame_arm.h (revision 43896) |
+++ runtime/vm/stack_frame_arm.h (working copy) |
@@ -43,7 +43,7 @@ |
static const int kCallerSpSlotFromFp = 3; |
// Entry and exit frame layout. |
-static const int kExitLinkSlotFromEntryFp = -25; |
+static const int kExitLinkSlotFromEntryFp = -26; |
} // namespace dart |