about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index a9568bef..78af7e04 100644
--- a/mu.arc
+++ b/mu.arc
@@ -981,7 +981,7 @@
                                       (trace "c{1" "@pc X " instr " => " new-instr)
                                       (yield new-instr))
                    yield-unchanged  (fn ()
-                                      (trace "c{1}" "@pc ✓ " instr)
+                                      (trace "c{1" "@pc ✓ " instr)
                                       (yield instr)))
               (when (in op 'break 'break-if 'break-unless 'loop 'loop-if 'loop-unless)
                 (assert (is oarg nil) "@op: can't take oarg in @instr"))