Changeset 5114


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

PPC2-VREF: handle the 32-bit :SIMPLE-STRING case with constant index.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/ppc2.lisp

    r5102 r5114  
    13451345                           (not (or (eq type-keyword :signed-32-bit-vector)
    13461346                                    (eq type-keyword :fixnum-vector)
     1347                                    (eq type-keyword :simple-string)
    13471348                                    (eq type-keyword :single-float-vector)))))
    13481349                     (:ppc64
     
    13851386                                     (:fixnum-vector
    13861387                                      (! box-fixnum target temp))
     1388                                     (:simple-string
     1389                                      (! u32->char target temp))
    13871390                                     (t
    13881391                                      (ppc2-box-u32 seg target temp)))))))
Note: See TracChangeset for help on using the changeset viewer.