| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index cb61ab48ad36952ae5e8071552b95f68c638a15a..45ff9648a12df90b87a4209d9f0e592b3759b28f 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -6475,7 +6475,7 @@ const char* PcDescriptors::ToCString() const {
|
| // "*" in a printf format specifier tells it to read the field width from
|
| // the printf argument list.
|
| const char* kFormat =
|
| - "%#-*"Px"\t%s\t%"Pd"\t%"Pd"\t%"Pd"\n";
|
| + "%#-*"Px"\t%s\t%"Pd"\t\t%"Pd"\t%"Pd"\n";
|
| // First compute the buffer size required.
|
| intptr_t len = 1; // Trailing '\0'.
|
| for (intptr_t i = 0; i < Length(); i++) {
|
|
|