Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 12196) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -378,7 +378,7 @@ |
| void LoadVMFieldInstr::PrintOperandsTo(BufferFormatter* f) const { |
| value()->PrintTo(f); |
| - f->Print(", %"Pd"", offset_in_bytes()); |
| + f->Print(", %"Pd", immutable=%d", offset_in_bytes(), immutable_); |
| } |