Fix mcontext_t for x86-64.
Change-Id: I1ac0e7f44bcdd06a07862993e92c3048a7474a8b
This commit is contained in:
parent
a5d83312bd
commit
c5992a036b
@ -243,7 +243,7 @@ typedef struct user_i387_struct* fpregset_t;
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
gregset_t gregs;
|
gregset_t gregs;
|
||||||
fpregset_t fpregs;
|
fpregset_t fpregs;
|
||||||
/* TODO: reserved space? */
|
unsigned long __reserved1[8];
|
||||||
} mcontext_t;
|
} mcontext_t;
|
||||||
|
|
||||||
typedef struct ucontext {
|
typedef struct ucontext {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user