diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-20 22:37:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-20 22:37:47 +0000 |
commit | 50d6d29b6c78f09801a33c2056f8178b2e633686 (patch) | |
tree | 4e0cd6d070045060b90848d0b51d1e32c00bd103 /sys/arch | |
parent | 25a7429c315e24745d2d3de7351084ce00aff203 (diff) |
Oops, the vacuum cleaner went too far. Blush, I was sure I had tested
this...
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/mac68k/genassym.cf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/genassym.cf b/sys/arch/mac68k/mac68k/genassym.cf index 24e75bdfb28..fea36fb2c91 100644 --- a/sys/arch/mac68k/mac68k/genassym.cf +++ b/sys/arch/mac68k/mac68k/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.5 2001/08/12 20:05:18 miod Exp $ +# $OpenBSD: genassym.cf,v 1.6 2001/08/20 22:37:46 miod Exp $ # $NetBSD: genassym.cf,v 1.7 1998/01/06 08:46:16 thorpej Exp $ # @@ -113,8 +113,12 @@ define DC_CLEAR DC_CLEAR define PG_FRAME PG_FRAME -define SIZEOF_PCB sizeof(struct pcb) +define PCB_PS offsetof(struct pcb, pcb_ps) +define PCB_USP offsetof(struct pcb, pcb_usp) +define PCB_REGS offsetof(struct pcb, pcb_regs) define PCB_ONFAULT offsetof(struct pcb, pcb_onfault) +define PCB_FPCTX offsetof(struct pcb, pcb_fpregs) +define SIZEOF_PCB sizeof(struct pcb) define FR_SP offsetof(struct frame, f_regs[15]) define FR_HW offsetof(struct frame, f_sr) |