diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-03-28 14:42:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-03-30 19:51:27 +0200 |
| commit | 7c923cf8d45b650c4251503c11e74653779c74c4 (patch) | |
| tree | 4ca1b65085c4fec4c2766fe558cdf69c8aaa9457 /prog/encoding.go | |
| parent | d47f0ed6854fcc09c5db820d4e3aed72a6074841 (diff) | |
sys/linux: add support for mounting filesystem images
Diffstat (limited to 'prog/encoding.go')
| -rw-r--r-- | prog/encoding.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/encoding.go b/prog/encoding.go index b409b7b81..ad3aad16e 100644 --- a/prog/encoding.go +++ b/prog/encoding.go @@ -524,7 +524,7 @@ func eatExcessive(p *parser, stopAtComma bool) { const ( encodingAddrBase = 0x7f0000000000 - maxLineLen = 256 << 10 + maxLineLen = 1 << 20 ) func (target *Target) serializeAddr(arg *PointerArg) string { |
