Index: runtime/vm/stack_frame_mips.h |
diff --git a/runtime/vm/stack_frame_mips.h b/runtime/vm/stack_frame_mips.h |
index 3f7c7e5b384bc2c3fbd062613f2f6f9980bdb695..35c9abac85235818a748b883fb0fd201f15bd22a 100644 |
--- a/runtime/vm/stack_frame_mips.h |
+++ b/runtime/vm/stack_frame_mips.h |
@@ -42,6 +42,8 @@ static const int kCallerSpSlotFromFp = 2; |
// Entry and exit frame layout. |
static const int kExitLinkSlotFromEntryFp = -24; |
+COMPILE_ASSERT(kAbiPreservedCpuRegCount == 8); |
+COMPILE_ASSERT(kAbiPreservedFpuRegCount == 12); |
} // namespace dart |