Changeset 5778


Ignore:
Timestamp:
Jan 23, 2007, 6:02:24 AM (18 years ago)
Author:
Gary Byers
Message:

x8664 class-of: typo in non-simple array case, needed new string definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-clos-boot.lisp

    r5589 r5778  
    18561856              (find-class 'word-vector)
    18571857              (find-class 'unsigned-word-vector)
    1858               (find-class 'base-string)
     1858              (find-class 'base-string) ;old
    18591859              (find-class 'byte-vector)
    18601860              (find-class 'unsigned-byte-vector)
     
    18741874              *t-class*
    18751875              *t-class*
    1876               *t-class*
     1876              (find-class 'base-string)
    18771877              (find-class 'long-vector)
    18781878              (find-class 'unsigned-long-vector)
     
    21682168                        (cond ((= class x8664::fulltag-immheader-0)
    21692169                               (%svref *immheader-0-classes* idx))
    2170                               ((= class x8664::fulltag-immheader-0)
     2170                              ((= class x8664::fulltag-immheader-1)
    21712171                               (%svref *immheader-1-classes* idx))
    21722172                              ((= class x8664::fulltag-immheader-2)
Note: See TracChangeset for help on using the changeset viewer.