Changeset 7770
- Timestamp:
- Nov 28, 2007, 2:28:31 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/level-1/l1-clos-boot.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/level-1/l1-clos-boot.lisp
r7761 r7770 2105 2105 (%svref v (+ slice x8632::fulltag-odd-fixnum)) *fixnum-class* 2106 2106 (%svref v (+ slice x8632::fulltag-cons)) *cons-class* 2107 (%svref v (+ slice x8632::fulltag- nil)) *tagged-return-address-class*2107 (%svref v (+ slice x8632::fulltag-tra)) *tagged-return-address-class* 2108 2108 (%svref v (+ slice x8632::fulltag-imm)) *immediate-class*)) 2109 2109 #+x8664-target … … 2184 2184 (setf (%svref v target::subtag-instance) 2185 2185 #'%class-of-instance) 2186 (setf (%svref v #+ppc-target target::subtag-symbol #+x86-target target::tag-symbol) 2186 (setf (%svref v #+ppc-target target::subtag-symbol 2187 #+x8632-target target::subtag-symbol 2188 #+x8664-target target::tag-symbol) 2187 2189 #-ppc64-target 2188 2190 #'(lambda (s) (if (eq (symbol-package s) *keyword-package*)
Note:
See TracChangeset
for help on using the changeset viewer.
