about summary refs log tree commit diff stats
path: root/shell/print.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-28 23:28:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-28 23:28:29 -0700
commite2f18e8866bd75669c04bff52c3f8e96d13eeb4e (patch)
tree129495b1009aa08f7715c5d58f6eba8fcad7e566 /shell/print.mu
parente2f6e9011eb64b9f2372dbed6ed3838ce8e26ec0 (diff)
downloadmu-e2f18e8866bd75669c04bff52c3f8e96d13eeb4e.tar.gz
shell: literal images
Diffstat (limited to 'shell/print.mu')
-rw-r--r--shell/print.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/print.mu b/shell/print.mu
index 470ceae3..90e4a832 100644
--- a/shell/print.mu
+++ b/shell/print.mu
@@ -235,7 +235,7 @@ fn print-stream _in: (addr cell), out: (addr stream byte), trace: (addr trace) {
   compare should-trace?, 0/false
   break-if-=
   rewind-stream data
-  var stream-storage: (stream byte 0x40)
+  var stream-storage: (stream byte 0x400)
   var stream/ecx: (addr stream byte) <- address stream-storage
   write stream, "=> stream "
   write-stream-immutable stream, data