| Index: runtime/vm/stack_frame_dbc.h
|
| diff --git a/runtime/vm/stack_frame_dbc.h b/runtime/vm/stack_frame_dbc.h
|
| index f355fa9e8ba14205847550c03353b553a9111651..9cc08ace940e4dc4954120c662601733cd250dea 100644
|
| --- a/runtime/vm/stack_frame_dbc.h
|
| +++ b/runtime/vm/stack_frame_dbc.h
|
| @@ -43,7 +43,7 @@ static const int kFirstObjectSlotFromFp = -4; // Used by GC to traverse stack.
|
| static const int kSavedCallerFpSlotFromFp = -1;
|
| static const int kSavedCallerPpSlotFromFp = kSavedCallerFpSlotFromFp;
|
| static const int kSavedCallerPcSlotFromFp = -2;
|
| -static const int kCallerSpSlotFromFp = -kDartFrameFixedSize-1;
|
| +static const int kCallerSpSlotFromFp = -kDartFrameFixedSize - 1;
|
| static const int kPcMarkerSlotFromFp = -3;
|
| static const int kFunctionSlotFromFp = -4;
|
|
|
|
|