13 lines
873 B
Diff
13 lines
873 B
Diff
|
diff -up chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc.aarchglibc chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc
|
||
|
--- chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc.aarchglibc 2017-09-12 09:34:39.417504561 -0400
|
||
|
+++ chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc 2017-09-12 09:35:01.512009768 -0400
|
||
|
@@ -461,7 +461,7 @@ bool ExceptionHandler::HandleSignal(int
|
||
|
#if defined(__aarch64__)
|
||
|
struct ucontext* uc_ptr = (struct ucontext*)uc;
|
||
|
struct fpsimd_context* fp_ptr =
|
||
|
- (struct fpsimd_context*)&uc_ptr->uc_mcontext.__reserved;
|
||
|
+ (struct fpsimd_context*)&uc_ptr->uc_mcontext.__glibc_reserved1;
|
||
|
if (fp_ptr->head.magic == FPSIMD_MAGIC) {
|
||
|
memcpy(&g_crash_context_.float_state, fp_ptr,
|
||
|
sizeof(g_crash_context_.float_state));
|