Update offset of fpregs_mem.
Based on testing in the emulator. BUG=346626 R=thestig@chromium.org Review URL: https://breakpad.appspot.com/1544002 Patch from Anton Carver <anton@chromium.org>. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1312 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
6594ac922c
commit
eebdc96430
@ -238,7 +238,7 @@ typedef struct ucontext {
|
||||
stack_t uc_stack;
|
||||
mcontext_t uc_mcontext;
|
||||
sigset_t uc_sigmask;
|
||||
uint64_t __padding[15];
|
||||
uint64_t __padding[18];
|
||||
_libc_fpstate __fpregs_mem;
|
||||
} ucontext_t;
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
||||
#define MCONTEXT_GREGS_RSP 160
|
||||
#define MCONTEXT_GREGS_RIP 168
|
||||
#define MCONTEXT_FPREGS_PTR 224
|
||||
#define MCONTEXT_FPREGS_MEM 424
|
||||
#define MCONTEXT_FPREGS_MEM 448
|
||||
#define FPREGS_OFFSET_MXCSR 24
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user