Merge "Fix mcontext_t for x86-64."
This commit is contained in:
commit
e4392199af
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ typedef struct user_i387_struct* fpregset_t;
|
|||
typedef struct {
|
||||
gregset_t gregs;
|
||||
fpregset_t fpregs;
|
||||
/* TODO: reserved space? */
|
||||
unsigned long __reserved1[8];
|
||||
} mcontext_t;
|
||||
|
||||
typedef struct ucontext {
|
||||
|
|
Loading…
Reference in a new issue