Merge "Add REG_S0 to ucontext.h for riscv64"

This commit is contained in:
Treehugger Robot 2022-10-14 00:58:26 +00:00 committed by Gerrit Code Review
commit 716b48057c

View file

@ -320,6 +320,7 @@ typedef struct ucontext {
#define REG_RA 1
#define REG_SP 2
#define REG_TP 4
#define REG_S0 8
#define REG_A0 10
typedef unsigned long __riscv_mc_gp_state[NGREG];