diff options
Diffstat (limited to 'shell/tokenize.mu')
-rw-r--r-- | shell/tokenize.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/tokenize.mu b/shell/tokenize.mu index 2ba391a9..fba26b74 100644 --- a/shell/tokenize.mu +++ b/shell/tokenize.mu @@ -724,7 +724,7 @@ fn next-balanced-stream-token in: (addr gap-buffer), _out: (addr token), trace: var bracket-count: int # stream tokens contain whole function definitions on boot, so we always # give them plenty of space - populate-stream out-data-ah, 0x400/max-definition-size=1KB + populate-stream out-data-ah, 0x40000/max-definition-size=256KB var _out-data/eax: (addr stream byte) <- lookup *out-data-ah var out-data/edi: (addr stream byte) <- copy _out-data $next-balanced-stream-token:loop: { |