| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 47fa64bb4a966b7d0e15fc4788420c1917fb7fb7..f40e2bec686661f7247286961f9223c55d0e9ef2 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -861,7 +861,7 @@ void ParameterInstr::PrintOperandsTo(BufferFormatter* f) const {
|
|
|
|
|
| void CheckStackOverflowInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| - if (in_loop()) f->Print("loop");
|
| + if (in_loop()) f->Print("depth %"Pd, loop_depth());
|
| }
|
|
|
|
|
|
|