summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/txr/stdlib/asm.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/asm.tl b/share/txr/stdlib/asm.tl
index 805de9e9..a03ead4e 100644
--- a/share/txr/stdlib/asm.tl
+++ b/share/txr/stdlib/asm.tl
@@ -298,7 +298,7 @@
(caseq tag
(1 (sign-extend val (- width 2)))
(2 (chr-int val))
- (t (error "~s: bad immediate operand: ~s" 'assembler bits)))))
+ (t (error "~s: bad immediate operand: ~x" 'assembler bits)))))
(defun small-op-p (val)
(with-lev-idx (lv ix) val