| Index: runtime/vm/deopt_instructions.h
|
| diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
|
| index 551d04302ba0761eea836b5496bb4b16cb785f36..328a8c7822a612042ecacf7f9c67e278dae91d80 100644
|
| --- a/runtime/vm/deopt_instructions.h
|
| +++ b/runtime/vm/deopt_instructions.h
|
| @@ -216,16 +216,18 @@ class DeoptInstr : public ZoneAllocated {
|
| kConstant,
|
| kRegister,
|
| kFpuRegister,
|
| - kInt64FpuRegister,
|
| + kInt64RegisterPair,
|
| kFloat32x4FpuRegister,
|
| kFloat64x2FpuRegister,
|
| kInt32x4FpuRegister,
|
| kStackSlot,
|
| kDoubleStackSlot,
|
| kInt64StackSlot,
|
| + kInt64StackSlotPair,
|
| kFloat32x4StackSlot,
|
| kFloat64x2StackSlot,
|
| kInt32x4StackSlot,
|
| + kInt64StackSlotRegister,
|
| kPcMarker,
|
| kPp,
|
| kCallerFp,
|
|
|