Index: runtime/vm/stack_frame_arm.h |
diff --git a/runtime/vm/stack_frame_arm.h b/runtime/vm/stack_frame_arm.h |
index 8f22815048f24107ea06d7bcf289b4aeff6b9adb..b3374f50b98ef109ac4911b883b86b670183a4d2 100644 |
--- a/runtime/vm/stack_frame_arm.h |
+++ b/runtime/vm/stack_frame_arm.h |
@@ -44,6 +44,8 @@ static const int kCallerSpSlotFromFp = 2; |
// Entry and exit frame layout. |
static const int kExitLinkSlotFromEntryFp = -27; |
+COMPILE_ASSERT(kAbiPreservedCpuRegCount == 7); |
+COMPILE_ASSERT(kAbiPreservedFpuRegCount == 4); |
} // namespace dart |