X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fsparc%2Fchar.lisp;h=2eb49a3e3768516ec00c3dd5110092ef6cbfd1af;hb=0dda5090b6c16a641000b4eb2dcd479f39b784ca;hp=1f6a1464a35d7c250d0948071732c5485ef7ba9d;hpb=b2d132a93d1fb2980b296fb0ae789580eae6691c;p=sbcl.git diff --git a/src/compiler/sparc/char.lisp b/src/compiler/sparc/char.lisp index 1f6a146..2eb49a3 100644 --- a/src/compiler/sparc/char.lisp +++ b/src/compiler/sparc/char.lisp @@ -132,7 +132,9 @@ (define-vop (character-compare/c) (:args (x :scs (character-reg))) - (:arg-types character (:constant (character-set ((0 . 4095))))) + (:arg-types character (:constant + #+sb-xc-host base-char + #-sb-xc-host (character-set ((0 . 4095))))) (:conditional) (:info target not-p y) (:policy :fast-safe)