Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2003 20:45:38 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27693 for review
Message-ID:  <200303310445.h2V4jc33011439@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=27693

Change 27693 by marcel@marcel_nfs on 2003/03/30 20:44:46

	Swap the mc_flags and the _reserved_ field. It makes more
	sense having the mc_flags field first.

Affected files ...

.. //depot/projects/ia64_epc/sys/ia64/include/ucontext.h#4 edit

Differences ...

==== //depot/projects/ia64_epc/sys/ia64/include/ucontext.h#4 (text+ko) ====

@@ -34,10 +34,10 @@
 #include <machine/_regset.h>
 
 typedef struct __mcontext {
-	uint64_t		_reserved_;
 	uint64_t		mc_flags;
 #define	IA64_MC_FLAGS_SCRATCH_VALID	1
 #define	IA64_MC_FLAGS_HIGHFP_VALID	2
+	uint64_t		_reserved_;
 	struct _special		mc_special;
 	struct _callee_saved	mc_preserved;
 	struct _callee_saved_fp	mc_preserved_fp;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303310445.h2V4jc33011439>