Index: runtime/vm/il_printer.cc |
=================================================================== |
--- runtime/vm/il_printer.cc (revision 28797) |
+++ runtime/vm/il_printer.cc (working copy) |
@@ -73,7 +73,7 @@ |
void FlowGraphPrinter::PrintOneInstruction(Instruction* instr, |
bool print_locations) { |
- char str[1000]; |
+ char str[4000]; |
BufferFormatter f(str, sizeof(str)); |
instr->PrintTo(&f); |
if (FLAG_print_environments && (instr->env() != NULL)) { |