Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/riscv/include Add _REG_S0



details:   https://anonhg.NetBSD.org/src/rev/e3a230f3d3da
branches:  trunk
changeset: 337090:e3a230f3d3da
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Apr 01 21:55:33 2015 +0000

description:
Add _REG_S0

diffstat:

 sys/arch/riscv/include/mcontext.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e483fac2b525 -r e3a230f3d3da sys/arch/riscv/include/mcontext.h
--- a/sys/arch/riscv/include/mcontext.h Wed Apr 01 21:55:03 2015 +0000
+++ b/sys/arch/riscv/include/mcontext.h Wed Apr 01 21:55:33 2015 +0000
@@ -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 @@
 #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
 



Home | Main Index | Thread Index | Old Index