python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / a2jmidid / patches / aarch64.patch
blob3ea5324689347fd978f35b84a8c67ecaefbe35ce
1 --- sigsegv.c.bak 2017-10-21 17:18:59.382041554 +0200
2 +++ sigsegv.c 2017-10-21 17:19:03.662041717 +0200
3 @@ -93,7 +93,7 @@
4 a2j_error("info.si_errno = %d", info->si_errno);
5 a2j_error("info.si_code = %d (%s)", info->si_code, si_codes[info->si_code]);
6 a2j_error("info.si_addr = %p", info->si_addr);
7 -#if !defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) && !defined(__arm__) && !defined(__hppa__) && !defined(__sh__)
8 +#if !defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) && !defined(__arm__) && !defined(__hppa__) && !defined(__sh__) && !defined(__aarch64__)
9 for(i = 0; i < NGREG; i++)
10 a2j_error("reg[%02d] = 0x" REGFORMAT, i,
11 #if defined(__powerpc__)