Changeset 366


Ignore:
Timestamp:
Jan 24, 2004, 3:21:04 PM (21 years ago)
Author:
Gary Byers
Message:

New GPR mode-names for 64-bit storage classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/backend.lisp

    r83 r366  
    3737  (target-arch-name nil :type symbol)
    3838  (target-foreign-type-data nil :type (or null foreign-type-data))
    39   (lap-macros nil))
     39  (lap-macros nil)
     40  (target-lisp-node-size 0 :type fixnum))
    4041
    4142(defmethod print-object ((b backend) s)
     
    6263    (:u8 . 5)
    6364    (:s8 . 6)
    64     (:address . 7)))
     65    (:address . 7)
     66    (:u64 . 8)
     67    (:s64 . 9)))
    6568
    6669(defun gpr-mode-name-value (name)
Note: See TracChangeset for help on using the changeset viewer.