Index: runtime/vm/stack_frame_arm64.h |
diff --git a/runtime/vm/stack_frame_arm64.h b/runtime/vm/stack_frame_arm64.h |
index a48be15c81c5d7dcba1d4a8a5769fa36174a97e7..a1ca2ebf7ff8cd065323ee062594fab221b2de81 100644 |
--- a/runtime/vm/stack_frame_arm64.h |
+++ b/runtime/vm/stack_frame_arm64.h |
@@ -44,8 +44,8 @@ static const int kCallerSpSlotFromFp = 2; |
static const int kSavedAboveReturnAddress = 3; // Saved above return address. |
// Entry and exit frame layout. |
-static const int kExitLinkSlotFromEntryFp = -21; |
-COMPILE_ASSERT(kAbiPreservedCpuRegCount == 9); |
+static const int kExitLinkSlotFromEntryFp = -22; |
+COMPILE_ASSERT(kAbiPreservedCpuRegCount == 10); |
COMPILE_ASSERT(kAbiPreservedFpuRegCount == 8); |
} // namespace dart |