Index: src/disassembler.cc |
=================================================================== |
--- src/disassembler.cc (revision 1542) |
+++ src/disassembler.cc (working copy) |
@@ -99,7 +99,7 @@ |
} |
} |
-static const int kOutBufferSize = 1024 + String::kMaxShortPrintLength; |
+static const int kOutBufferSize = 2048 + String::kMaxShortPrintLength; |
static const int kRelocInfoPosition = 57; |
static int DecodeIt(FILE* f, |