Changeset 5471


Ignore:
Timestamp:
Nov 3, 2006, 10:09:55 PM (18 years ago)
Author:
Gary Byers
Message:

arch gvector types contains :struct, not :structure.

Location:
trunk/ccl/compiler/PPC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp

    r5366 r5471  
    746746                          :code-vector-prefix ()
    747747                          :gvector-types '(:ratio :complex :symbol :function
    748                                            :catch-frame :structure :istruct
     748                                           :catch-frame :struct :istruct
    749749                                           :pool :population :hash-vector
    750750                                           :package :value-cell :instance
  • trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp

    r5366 r5471  
    811811                          :code-vector-prefix '(#$"CODE")
    812812                          :gvector-types '(:ratio :complex :symbol :function
    813                                            :catch-frame :structure :istruct
     813                                           :catch-frame :struct :istruct
    814814                                           :pool :population :hash-vector
    815815                                           :package :value-cell :instance
Note: See TracChangeset for help on using the changeset viewer.