Module Name: src
Committed By: matt
Date: Wed Apr 1 21:55:33 UTC 2015
Modified Files:
src/sys/arch/riscv/include: mcontext.h
Log Message:
Add _REG_S0
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/include/mcontext.h
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/riscv/include/mcontext.h
diff -u src/sys/arch/riscv/include/mcontext.h:1.3 src/sys/arch/riscv/include/mcontext.h:1.4
--- src/sys/arch/riscv/include/mcontext.h:1.3 Fri Mar 27 06:57:21 2015
+++ src/sys/arch/riscv/include/mcontext.h Wed Apr 1 21:55:33 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: mcontext.h,v 1.3 2015/03/27 06:57:21 matt Exp $ */
+/* $NetBSD: mcontext.h,v 1.4 2015/04/01 21:55:33 matt Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -91,6 +91,7 @@ typedef _BSD_FPREG_T_ __fregset_t[_NFREG
#define _REG_SP _REG_X2
#define _REG_GP _REG_X3
#define _REG_TP _REG_X4
+#define _REG_S0 _REG_X8
#define _REG_RV _REG_X10
#define _REG_A0 _REG_X10