diff options
author | rmcilroy@chromium.org <rmcilroy@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2014-04-15 09:52:37 +0000 |
---|---|---|
committer | rmcilroy@chromium.org <rmcilroy@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2014-04-15 09:52:37 +0000 |
commit | eebdc964309c34209c5230bd741f1ded552f4c2e (patch) | |
tree | fe1b1e3c86618a18c84c6ac930477ddebde36bec /src/common/android/include/sys | |
parent | Add x64 version of getcontext. (diff) | |
download | breakpad-eebdc964309c34209c5230bd741f1ded552f4c2e.tar.xz |
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
Diffstat (limited to 'src/common/android/include/sys')
-rw-r--r-- | src/common/android/include/sys/ucontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/android/include/sys/ucontext.h b/src/common/android/include/sys/ucontext.h index df7019c4..80149282 100644 --- a/src/common/android/include/sys/ucontext.h +++ b/src/common/android/include/sys/ucontext.h @@ -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; |