about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--trace.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace.mu b/trace.mu
index 43ff9ce2..b1bf67a6 100644
--- a/trace.mu
+++ b/trace.mu
@@ -331,7 +331,7 @@ schedule:  done with routine")
       (toggle?:boolean <- equal c:character ((#\newline literal)))
       (break-unless toggle?:boolean)
       (tr:instruction-trace-address <- index arr:instruction-trace-address-array-address/deref cursor-row:integer/space:1)
-      (print-instruction-trace nil:literal/terminal tr:instruction-trace-address)
+      (print-instruction-trace nil:literal/terminal tr:instruction-trace-address 0:space-address/screen-state)
       (jump next-key:offset)  ; loop
     }
     (loop)