Changeset 8359


Ignore:
Timestamp:
Jan 29, 2008, 2:12:15 PM (17 years ago)
Author:
R. Matthew Emerson
Message:

Try to avoid future confusion by correcting the definition of struct tcr
(we don't currently manipulate the TCR from C on x8632 at all).

File:
1 edited

Legend:

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

    r8225 r8359  
    235235    LispObj link;
    236236    LispObj mvflag;
    237     LispObj csp;
     237    LispObj esp;
     238    LispObj ebp;
     239    LispObj foreign_sp;
    238240    LispObj db_link;
    239     LispObj regs[4];
    240241    LispObj xframe;
    241     LispObj tsp_segment;
     242    LispObj pc;
    242243} catch_frame;
    243244
Note: See TracChangeset for help on using the changeset viewer.