diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/txr/stdlib/compiler.tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl index 9b0c0334..88792259 100644 --- a/share/txr/stdlib/compiler.tl +++ b/share/txr/stdlib/compiler.tl @@ -1614,7 +1614,8 @@ (let ((co (new compiler)) (as (new assembler)) (*dedup* (or *dedup* (hash)))) - (let* ((oreg co.(alloc-treg)) + (let* ((*load-time* t) + (oreg co.(alloc-treg)) (xexp (if expanded-p exp (unwind-protect |