PERFORCE change 27693 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 30 20:45:42 PST 2003


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

Change 27693 by marcel at 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;


More information about the p4-projects mailing list