Chromium Code Reviews| Index: runtime/vm/disassembler.cc |
| =================================================================== |
| --- runtime/vm/disassembler.cc (revision 10509) |
| +++ runtime/vm/disassembler.cc (working copy) |
| @@ -15,7 +15,7 @@ |
| char* human_buffer, |
| intptr_t human_size, |
| uword pc) { |
| - static const int kHexColumnWidth = 18; |
| + static const int kHexColumnWidth = 23; |
| uint8_t* pc_ptr = reinterpret_cast<uint8_t*>(pc); |
| OS::Print("%p %s", pc_ptr, hex_buffer); |
| int hex_length = strlen(hex_buffer); |