| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 950ef691ea01f2c5d8aba1f949276fe2be02493f..406c445f2292ca0fa6021c5905f08c7472168386 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -514,7 +514,7 @@ void CreateClosureInstr::PrintOperandsTo(BufferFormatter* f) const {
|
|
|
|
|
| void LoadFieldInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| - value()->PrintTo(f);
|
| + instance()->PrintTo(f);
|
| f->Print(", %"Pd, offset_in_bytes());
|
|
|
| if (field_name_ != NULL) {
|
|
|