Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/i386/include/signal.h 90776 2002-02-17 17:40:34Z deischen $
---
> * $FreeBSD: head/sys/i386/include/signal.h 103408 2002-09-16 19:25:41Z mini $
119a120
> int sc_len; /* sizeof(struct mcontext_t) */
121,123c122,123
< * XXX FPU state is 27 * 4 bytes h/w, 1 * 4 bytes s/w (probably not
< * needed here), or that + 16 * 4 bytes for emulators (probably all
< * needed here). The "spare" bytes are mostly not spare.
---
> * XXX - See <machine/ucontext.h> and <machine/npx.h> for
> * the following fields.
125,126c125,129
< int sc_fpregs[28]; /* machine state (FPU): */
< int sc_spare[17];
---
> int sc_fpformat;
> int sc_ownedfp;
> int sc_spare1[1];
> int sc_fpregs[128];
> int sc_spare2[8];