Module Name: src
Committed By: matt
Date: Sun Sep 6 23:01:04 UTC 2009
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: genassym.cf
Log Message:
Add SF_REG_GP
To generate a diff of this commit:
cvs rdiff -u -r1.44.12.4 -r1.44.12.5 src/sys/arch/mips/mips/genassym.cf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/genassym.cf
diff -u src/sys/arch/mips/mips/genassym.cf:1.44.12.4 src/sys/arch/mips/mips/genassym.cf:1.44.12.5
--- src/sys/arch/mips/mips/genassym.cf:1.44.12.4 Sat Sep 5 03:22:44 2009
+++ src/sys/arch/mips/mips/genassym.cf Sun Sep 6 23:01:04 2009
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.44.12.4 2009/09/05 03:22:44 matt Exp $
+# $NetBSD: genassym.cf,v 1.44.12.5 2009/09/06 23:01:04 matt Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -291,6 +291,7 @@
define TF_PAD offsetof(struct trapframe, tf_pad)
define CTXSWFRAME_SIZ sizeof(label_t)
+define SF_REG_GP offsetof(label_t, val[12])
define SF_REG_SR offsetof(label_t, val[11])
define SF_REG_RA offsetof(label_t, val[10])
define SF_REG_S0 offsetof(label_t, val[0])