diff options
-rw-r--r-- | stdlib/compiler.tl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index 7756e98e..19dbf260 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -2105,8 +2105,7 @@ (as (new assembler)) (*dedup* (or *dedup* (hash))) (*opt-level* (or *opt-level* 0))) - (let* ((*load-time* t) - (oreg co.(alloc-treg)) + (let* ((oreg co.(alloc-treg)) (xexp (if expanded-p exp (unwind-protect |