Index: runtime/vm/deopt_instructions.h |
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h |
index 889ce1d677677ae6e073415bd7ba556872918844..2a72b5e1e1037d97567c4a495f188dae8e5d5cc7 100644 |
--- a/runtime/vm/deopt_instructions.h |
+++ b/runtime/vm/deopt_instructions.h |
@@ -237,6 +237,10 @@ class DeoptInstr : public ZoneAllocated { |
kMintRegisterPair, |
kMintStackSlotPair, |
kMintStackSlotRegister, |
+ // 32-bit Mints only store the low word. That word can be in a register |
+ // or a stack slot. Note mints are only used on 32-bit architectures. |
+ kMint32Register, |
+ kMint32StackSlot, |
kPcMarker, |
kPp, |
kCallerFp, |