Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 16:54:37 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249551 - head/sys/mips/include
Message-ID:  <201304161654.r3GGsbi3025652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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