Changeset 8075
- Timestamp:
- Jan 14, 2008, 7:09:36 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/X86/X8632/x8632-arch.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/X8632/x8632-arch.lisp
r7962 r8075 347 347 (defconstant misc-subtag-offset misc-header-offset) 348 348 (defconstant misc-data-offset (+ misc-header-offset node-size)) 349 (defconstant misc-dfloat-offset ( + misc- data-offset 8))349 (defconstant misc-dfloat-offset ( + misc-header-offset 8)) 350 350 351 351 (defconstant max-64-bit-constant-index (ash (+ #x7fff x8632::misc-dfloat-offset) -3)) … … 601 601 ldt-index 602 602 ldt-selector 603 scratch-mxcsr ;used for reading/writing mxcsr 603 604 ) 604 605
Note:
See TracChangeset
for help on using the changeset viewer.
