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 2a9f165c..772fb6d7 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -177,7 +177,7 @@
(let ((dreg ^(d ,(pinc me.dreg-cntr))))
(set [me.data (cadr dreg)] atom)
(set [me.dreg atom] dreg)))
- (t (compile-error me.last-form "code too complex: out of registers"))))
+ (t (compile-error me.last-form "code too complex: too many literals"))))
(defmeth compiler get-fidx (me atom)
(iflet ((fidx [me.fidx atom]))