| Index: runtime/vm/stack_frame_x64.h
|
| diff --git a/runtime/vm/stack_frame_x64.h b/runtime/vm/stack_frame_x64.h
|
| index dcd964a7a549df6c622d9e70a04011959edffd1a..d85e8ec0ebff07d33ea0691bea4bd365f19f5d0a 100644
|
| --- a/runtime/vm/stack_frame_x64.h
|
| +++ b/runtime/vm/stack_frame_x64.h
|
| @@ -45,8 +45,9 @@ static const int kCallerSpSlotFromFp = 2;
|
| static const int kSavedAboveReturnAddress = 3; // Saved above return address.
|
|
|
| // Entry and exit frame layout.
|
| -static const int kSavedContextSlotFromEntryFp = -9;
|
| -static const int kExitLinkSlotFromEntryFp = -8;
|
| +static const int kSavedContextSlotFromEntryFp = -10;
|
| +static const int kExitLinkSlotFromEntryFp = -9;
|
| +static const int kSavedVMTagSlotFromEntryFp = -8;
|
|
|
| } // namespace dart
|
|
|
|
|