summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libsigsegv/ppc.patch
blob: 75e10a45fe80aba9c69d195248c76be5c5beb6bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libsigsegv-2.12/src/fault-linux-powerpc.h.old	2017-03-04 15:28:15.000000000 +0000
+++ libsigsegv-2.12/src/fault-linux-powerpc.h	2020-05-11 21:49:56.190783142 +0000
@@ -33,6 +33,6 @@
 # if 0
 #  define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.regs->gpr[1]
 # else
-#  define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
+#  define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.gregs[1]
 # endif
 #endif