Index: runtime/vm/stack_frame_x64.h |
=================================================================== |
--- runtime/vm/stack_frame_x64.h (revision 43896) |
+++ runtime/vm/stack_frame_x64.h (working copy) |
@@ -46,9 +46,9 @@ |
// Entry and exit frame layout. |
#if defined(_WIN64) |
-static const int kExitLinkSlotFromEntryFp = -30; |
+static const int kExitLinkSlotFromEntryFp = -31; |
#else |
-static const int kExitLinkSlotFromEntryFp = -8; |
+static const int kExitLinkSlotFromEntryFp = -9; |
#endif // defined(_WIN64) |
} // namespace dart |