- Timestamp:
- Aug 10, 2007, 11:02:45 AM (17 years ago)
- Location:
- branches/ia32
- Files:
-
- 2 edited
-
compiler/X86/X8632/x8632-arch.lisp (modified) (2 diffs)
-
lisp-kernel/x86-constants32.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/X8632/x8632-arch.lisp
r6986 r7023 512 512 513 513 (define-storage-layout tcr (- tcr-bias) 514 next ; in doubly-linked list 514 515 prev ; in doubly-linked list 515 next ; in doubly-linked list516 516 node-regs-mask ; bit set means corresponding reg contains node 517 517 linear … … 557 557 next-tsp 558 558 safe-ref-address 559 ldt-index 559 560 ) 560 561 -
branches/ia32/lisp-kernel/x86-constants32.h
r7017 r7023 340 340 struct tcr *prev; 341 341 u32_t node_regs_mask; /* bit set means correspnding reg contains node */ 342 int ldt_index; 342 343 struct tcr *linear; 343 344 LispObj *save_ebp; /* EBP when in foreign code */
Note:
See TracChangeset
for help on using the changeset viewer.
