| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 9e0b653f327d927169a9773509844f0f25468d33..ed83925d8a13c7b20f11602e35c85c4f944f4ed1 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -519,7 +519,7 @@ void StoreInstanceFieldInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| } else {
|
| f->Print("%s {%" Pd "}, ",
|
| String::Handle(field().name()).ToCString(),
|
| - field().Offset());
|
| + field().InstanceFieldOffset());
|
| }
|
| instance()->PrintTo(f);
|
| f->Print(", ");
|
|
|