summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m88k/include/pcb.h')
-rw-r--r--sys/arch/m88k/include/pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/pcb.h b/sys/arch/m88k/include/pcb.h
index 2ebb31accf0..e12b14cea62 100644
--- a/sys/arch/m88k/include/pcb.h
+++ b/sys/arch/m88k/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.2 2005/12/03 14:30:05 miod Exp $ */
+/* $OpenBSD: pcb.h,v 1.3 2006/11/18 22:49:40 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Mach Operating System
@@ -49,7 +49,7 @@
struct m88100_pcb {
unsigned pcb_pc; /* address to return */
- unsigned pcb_ipl;
+ unsigned :32;
unsigned pcb_r14;
unsigned pcb_r15;
unsigned pcb_r16;