From 3a6e3c55cb615ed8aa80b26c5da40f37a9e73d88 Mon Sep 17 00:00:00 2001 From: fredette Date: Thu, 16 Aug 2001 23:45:12 +0000 Subject: [PATCH] Added the crucial "packed" attribute to the type 8 frame structure. --- sys/arch/m68k/include/frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/m68k/include/frame.h b/sys/arch/m68k/include/frame.h index 68c96397c9ed..e6bd86a3a52b 100644 --- a/sys/arch/m68k/include/frame.h +++ b/sys/arch/m68k/include/frame.h @@ -1,4 +1,4 @@ -/* $NetBSD: frame.h,v 1.17 2001/03/28 23:08:15 fredette Exp $ */ +/* $NetBSD: frame.h,v 1.18 2001/08/16 23:45:12 fredette Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -95,7 +95,7 @@ struct frame { u_short f_irc; u_short f_maskpc; u_short f_iregs[15]; - } F_fmt8; + } __attribute__((packed)) F_fmt8; struct fmt9 { u_int f_iaddr;