Changeset 366
- Timestamp:
- Jan 24, 2004, 3:21:04 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/backend.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/backend.lisp
r83 r366 37 37 (target-arch-name nil :type symbol) 38 38 (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)) 40 41 41 42 (defmethod print-object ((b backend) s) … … 62 63 (:u8 . 5) 63 64 (:s8 . 6) 64 (:address . 7))) 65 (:address . 7) 66 (:u64 . 8) 67 (:s64 . 9))) 65 68 66 69 (defun gpr-mode-name-value (name)
Note:
See TracChangeset
for help on using the changeset viewer.
