about summary refs log tree commit diff stats
path: root/shell/parse.mu
diff options
context:
space:
mode:
Diffstat (limited to 'shell/parse.mu')
-rw-r--r--shell/parse.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/parse.mu b/shell/parse.mu
index d888f56b..3bdc72b6 100644
--- a/shell/parse.mu
+++ b/shell/parse.mu
@@ -267,7 +267,7 @@ fn parse-atom _curr-token: (addr token), _out: (addr handle cell), trace: (addr
       compare should-trace?, 0/false
     }
     break-if-=
-    var stream-storage: (stream byte 0x400)
+    var stream-storage: (stream byte 0x40000)
     var stream/ecx: (addr stream byte) <- address stream-storage
     write stream, "=> symbol "
     var nested-trace-storage: trace