cmp: fix typo

This commit is contained in:
Marius Gerbershagen 2025-10-25 15:44:10 +02:00
parent 872622bd0c
commit 79d33bdd83

View file

@ -399,7 +399,8 @@
((typep value 'character *cmp-env*) (wt-character value vv))
((typep value 'float *cmp-env*) (wt-number value vv))
((typep value '(complex float) *cmp-env*) (wt-number value vv))
(t (baboon "wt-vv-value: ~s is not an immediate value, but has no VV index~%" value))))
(t (baboon :format-control "wt-vv-value: ~s is not an immediate value, but has no VV index~%"
:format-arguments (list value)))))
(defun wt-vv (vv-loc)
(setf (vv-used-p vv-loc) t)