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