Changeset 7024 for branches


Ignore:
Timestamp:
Aug 10, 2007, 11:05:07 AM (17 years ago)
Author:
R. Matthew Emerson
Message:

Gah. Forgot to save. Put ldt_index in the right place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ia32/lisp-kernel/x86-constants32.h

    r7023 r7024  
    340340    struct tcr *prev;
    341341    u32_t node_regs_mask; /* bit set means correspnding reg contains node */
    342     int ldt_index;
    343342    struct tcr *linear;
    344343    LispObj *save_ebp;          /* EBP when in foreign code */
     
    384383    LispObj *next_tsp;
    385384    void *safe_ref_address;
     385    int ldt_index;
    386386} TCR;
    387387
Note: See TracChangeset for help on using the changeset viewer.