Changeset 5099


Ignore:
Timestamp:
Sep 4, 2006, 5:03:38 AM (18 years ago)
Author:
Gary Byers
Message:

New constants in ppc32 typecode range assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/PPC/ppc-array.lisp

    r5097 r5099  
    3434                  ppc32::max-8-bit-ivector-subtag
    3535                  ppc32::max-16-bit-ivector-subtag)
    36                (eql ppc32::max-32-bit-ivector-subtag ppc32::subtag-new-string)
     36               (eql ppc32::max-32-bit-ivector-subtag #+target-8-bit-chars 199
     37                    #-target-8-bit-chars ppc32::subtag-simple-base-string)
    3738               (eql ppc32::max-16-bit-ivector-subtag ppc32::subtag-s16-vector)
    38                (eql ppc32::max-8-bit-ivector-subtag ppc32::subtag-simple-base-string))))
     39               (eql ppc32::max-8-bit-ivector-subtag
     40                    #-target-8-bit-chars 223
     41                    #+target-8-bit-chars ppc32::subtag-simple-base-string))))
    3942
    4043#+ppc32-target
Note: See TracChangeset for help on using the changeset viewer.