| Index: runtime/vm/stack_frame_arm.h
|
| ===================================================================
|
| --- runtime/vm/stack_frame_arm.h (revision 27068)
|
| +++ runtime/vm/stack_frame_arm.h (working copy)
|
| @@ -38,8 +38,8 @@
|
| static const int kCallerSpSlotFromFp = 3;
|
|
|
| // Entry and exit frame layout.
|
| -static const int kSavedContextSlotFromEntryFp = -10;
|
| -static const int kExitLinkSlotFromEntryFp = -9;
|
| +static const int kSavedContextSlotFromEntryFp = -26;
|
| +static const int kExitLinkSlotFromEntryFp = -25;
|
|
|
| } // namespace dart
|
|
|
|
|