summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/vm86.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/vm86.h')
-rw-r--r--sys/i386/include/vm86.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/include/vm86.h b/sys/i386/include/vm86.h
index 4489c40..d17a90a 100644
--- a/sys/i386/include/vm86.h
+++ b/sys/i386/include/vm86.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: vm86.h,v 1.4 1997/11/20 18:43:55 bde Exp $
+ * $Id: vm86.h,v 1.5 1998/03/23 19:52:57 jlemon Exp $
*/
#ifndef _MACHINE_VM86_H_
@@ -37,12 +37,12 @@ typedef union {
u_long r_ex;
struct {
u_short r_x;
- u_short :16;
+ u_int :16;
} r_w;
struct {
u_char r_l;
u_char r_h;
- u_short :16;
+ u_int :16;
} r_b;
} reg86_t;
OpenPOWER on IntegriCloud