PERFORCE change 27682 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 30 20:11:54 PST 2003


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

Change 27682 by marcel at marcel_nfs on 2003/03/30 20:11:41

	Add ar.csd and ar.ssd to the set of scratch registers.
	ar.csd is used by ld16/st16 and ar.ssd is reserved for
	future use.

Affected files ...

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

Differences ...

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

@@ -149,6 +149,8 @@
 	uint64_t		br6;
 	uint64_t		br7;
 	uint64_t		ccv;
+	uint64_t		csd;
+	uint64_t		ssd;
 	uint64_t		__spare;
 };
 


More information about the p4-projects mailing list