about summary refs log tree commit diff stats
path: root/shell/macroexpand.mu
diff options
context:
space:
mode:
Diffstat (limited to 'shell/macroexpand.mu')
-rw-r--r--shell/macroexpand.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/macroexpand.mu b/shell/macroexpand.mu
index 6ae17ccd..6772490e 100644
--- a/shell/macroexpand.mu
+++ b/shell/macroexpand.mu
@@ -14,6 +14,7 @@ fn macroexpand expr-ah: (addr handle cell), globals: (addr global-table), trace:
     trace trace, "mac", stream
   }
   # }}}
+  trace-lower trace
   # loop until convergence
   {
     var error?/eax: boolean <- has-errors? trace
@@ -23,6 +24,7 @@ fn macroexpand expr-ah: (addr handle cell), globals: (addr global-table), trace:
     compare expanded?, 0/false
     loop-if-!=
   }
+  trace-higher trace
   # trace "=> " expr-ah {{{
   {
     var should-trace?/eax: boolean <- should-trace? trace