Merge "Add greg_t for arm64."
This commit is contained in:
commit
adc01348ee
@ -78,6 +78,10 @@ typedef struct ucontext {
|
|||||||
|
|
||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
|
|
||||||
|
#define NGREG 34 /* x0..x30 + sp + pc + pstate */
|
||||||
|
typedef unsigned long greg_t;
|
||||||
|
typedef greg_t gregset_t[NGREG];
|
||||||
|
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
typedef struct sigcontext mcontext_t;
|
typedef struct sigcontext mcontext_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user