Changeset 5187


Ignore:
Timestamp:
Sep 9, 2006, 3:21:28 AM (18 years ago)
Author:
Gary Byers
Message:

require-char-code checks agains boxed Unicode limit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/X8664/x8664-vinsns.lisp

    r5177 r5187  
    25702570  (testb (:$b x8664::fixnummask) (:%b object))
    25712571  (jne.pn :bad)
    2572   (cmpq (:$l #x110000) (:%q object))
     2572  (cmpq (:$l (ash #x110000 x8664::fixnumshift)) (:%q object))
    25732573  (jb.pt :ok)
    25742574  :bad
Note: See TracChangeset for help on using the changeset viewer.