Chromium Code Reviews| Index: runtime/vm/stack_frame_mips.h |
| =================================================================== |
| --- runtime/vm/stack_frame_mips.h (revision 43896) |
| +++ runtime/vm/stack_frame_mips.h (working copy) |
| @@ -41,7 +41,7 @@ |
| static const int kCallerSpSlotFromFp = 3; |
| // Entry and exit frame layout. |
| -static const int kExitLinkSlotFromEntryFp = -22; |
| +static const int kExitLinkSlotFromEntryFp = -23; |
| } // namespace dart |