summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 05ba8247..e6f7acda 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -213,7 +213,7 @@
(new (frag vloc
^(,*vfrag.code
,*(if bind
- (maybe-mov vfrag.oreg vloc)
+ (maybe-mov vloc vfrag.oreg)
^((setv ,vloc ,vfrag.oreg))))
(uni (list sym) vfrag.fvars)
vfrag.ffuns)))))