keep the offsets the same in the proc structure
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 6 Feb 1992 10:15:21 +0000 (02:15 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 6 Feb 1992 10:15:21 +0000 (02:15 -0800)
SCCS-vsn: sys/hp300/include/proc.h 7.3

usr/src/sys/hp300/include/proc.h

index 57879f7..4587cfa 100644 (file)
@@ -4,15 +4,15 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)proc.h      7.2 (Berkeley) %G%
+ *     @(#)proc.h      7.3 (Berkeley) %G%
  */
 
 /*
  * Machine-dependent part of the proc structure for hp300.
  */
 struct mdproc {
  */
 
 /*
  * Machine-dependent part of the proc structure for hp300.
  */
 struct mdproc {
-       int     md_flags;               /* machine-dependent flags */
        int     *md_regs;               /* registers on current frame */
        int     *md_regs;               /* registers on current frame */
+       int     md_flags;               /* machine-dependent flags */
 };
 
 /* md_flags */
 };
 
 /* md_flags */