about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc4
1 files changed, 3 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index ac998383..a9568bef 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1132,6 +1132,8 @@
           (convert-name arg name))
         (each arg oargs
           (convert-name arg name)))))
+  (each instr instrs
+    (trace "cn1" instr))
   instrs)
 
 ; assign an index to an arg
@@ -1853,7 +1855,7 @@
   (map add-code:readfile (cut argv (+ it 1)))
 ;?   (= dump-trace* (obj whitelist '("run")))
 ;?   (= dump-trace* (obj whitelist '("schedule")))
-;?   (= dump-trace* (obj whitelist '("cn0")))
+;?   (= dump-trace* (obj whitelist '("cn0" "cn1")))
 ;?   (set dump-trace*)
 ;?   (freeze function*)
 ;?   (prn function*!factorial)