summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/txr/stdlib/compiler.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl
index adf85e37..e10bf1a7 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -483,6 +483,6 @@
(defun usr:compile-toplevel (exp)
(let ((co (new compiler))
(as (new assembler)))
- (let ((frag co.(compile (new env) (expand exp))))
+ (let ((frag co.(compile (new env) (expand* exp))))
as.(asm ^(,*frag.code (end ,frag.oreg)))
(vm-make-desc co.nlev co.nreg as.buf co.(get-datavec)))))