am 995b9704: am bcd1a312: am b2b0f7e1: Merge "Add uc_regspace to arm\'s ucontext_t"
* commit '995b9704d8ba70d4d09ef0c3453d5f25ed099816': Add uc_regspace to arm's ucontext_t
This commit is contained in:
commit
077cbee5d1
@ -71,7 +71,8 @@ typedef struct ucontext {
|
|||||||
stack_t uc_stack;
|
stack_t uc_stack;
|
||||||
mcontext_t uc_mcontext;
|
mcontext_t uc_mcontext;
|
||||||
sigset_t uc_sigmask;
|
sigset_t uc_sigmask;
|
||||||
/* TODO: uc_regspace */
|
char __padding[128 - sizeof(sigset_t)];
|
||||||
|
unsigned long uc_regspace[128] __attribute__((__aligned__(8)));
|
||||||
} ucontext_t;
|
} ucontext_t;
|
||||||
|
|
||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user