about summary refs log tree commit diff stats
path: root/baremetal/112read-byte.subx
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/112read-byte.subx')
-rw-r--r--baremetal/112read-byte.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/112read-byte.subx b/baremetal/112read-byte.subx
index 4c8fcc5a..64666e9b 100644
--- a/baremetal/112read-byte.subx
+++ b/baremetal/112read-byte.subx
@@ -39,7 +39,7 @@ $read-byte:end:
     c3/return
 
 $read-byte:abort:
-    (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "read-byte: empty stream" 3)  # 3=cyan
+    (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "read-byte: empty stream" 3 0)  # 3=cyan
     {
       eb/jump loop/disp8
     }