Changeset 10537
- Timestamp:
- 08/22/08 10:19:55 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/working-0711/ccl/compiler/X86/X8664/x8664-arch.lisp
r9933 r10537 413 413 414 414 415 (defconstant nil-value (+ #x 3000 fulltag-nil))416 (defconstant t-value (+ #x 3020 fulltag-symbol))415 (defconstant nil-value (+ #x13000 fulltag-nil)) 416 (defconstant t-value (+ #x13020 fulltag-symbol)) 417 417 (defconstant misc-bias fulltag-misc) 418 418 (defconstant cons-bias fulltag-cons)
