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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to