summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include/frame.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-07-06 07:46:32 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-07-06 07:46:32 +0000
commit4ab9be160e47d8a43e9972f72dcf8ed0ef8c9490 (patch)
tree4c425303269fe2d3436f0969b452f4ec607e9376 /sys/arch/m68k/include/frame.h
parentaa19b57f6091518fcdf3122551561a7a80f613e7 (diff)
Sync with NetBSD changes, 970415 - 970705.
This includes a new asm.h, as well as even more code abstracted from hp300. These changes are likely to break ports that don't know about them; hp300 runs at the moment.
Diffstat (limited to 'sys/arch/m68k/include/frame.h')
-rw-r--r--sys/arch/m68k/include/frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/m68k/include/frame.h b/sys/arch/m68k/include/frame.h
index 95d3a1ee6cd..77e6579ffda 100644
--- a/sys/arch/m68k/include/frame.h
+++ b/sys/arch/m68k/include/frame.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: frame.h,v 1.4 1997/03/21 00:36:37 niklas Exp $ */
-/* $NetBSD: frame.h,v 1.13 1997/01/27 22:58:45 gwr Exp $ */
+/* $OpenBSD: frame.h,v 1.5 1997/07/06 07:46:25 downsj Exp $ */
+/* $NetBSD: frame.h,v 1.15 1997/05/03 12:49:05 mycroft Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -55,7 +55,7 @@ struct frame {
u_int tf_pc;
u_short tf_format:4,
tf_vector:12;
- } F_t;
+ } __attribute__((packed)) F_t;
union F_u {
struct fmt2 {
u_int f_iaddr;