svn commit: r249551 - head/sys/mips/include
Warner Losh
imp at FreeBSD.org
Tue Apr 16 16:54:37 UTC 2013
Author: imp
Date: Tue Apr 16 16:54:37 2013
New Revision: 249551
URL: http://svnweb.freebsd.org/changeset/base/249551
Log:
Point to regdef.h. May need to dig up references to the N32 standard
that support this usage (which may be a bit rough, since different
parts of the standard say mutually contradictory things).
Modified:
head/sys/mips/include/regnum.h
Modified: head/sys/mips/include/regnum.h
==============================================================================
--- head/sys/mips/include/regnum.h Tue Apr 16 16:35:48 2013 (r249550)
+++ head/sys/mips/include/regnum.h Tue Apr 16 16:54:37 2013 (r249551)
@@ -125,7 +125,7 @@
/*
* Pseudo registers so we save a complete set of registers regardless of
- * the ABI
+ * the ABI. See regdef.h for a more complete explanation.
*/
#if defined(__mips_n32) || defined(__mips_n64)
#define TA0 8
More information about the svn-src-all
mailing list