| Index: runtime/vm/compiler.cc
|
| ===================================================================
|
| --- runtime/vm/compiler.cc (revision 6367)
|
| +++ runtime/vm/compiler.cc (working copy)
|
| @@ -264,7 +264,7 @@
|
| }
|
| OS::Print("}\n");
|
| OS::Print("PC Descriptors for function '%s' {\n", function_fullname);
|
| - OS::Print("(pc, kind, id, try-index, token-index)\n");
|
| + OS::Print("(pc\t\tkind\tid\ttry-ix\ttoken-index)\n");
|
| const PcDescriptors& descriptors =
|
| PcDescriptors::Handle(code.pc_descriptors());
|
| OS::Print("%s", descriptors.ToCString());
|
|
|