Revert part of commit 6cab769f41
Commit 6cab769f41
breaks compilation on ppc64le, because the gcc
compiler defines both _ARCH_PPC and _ARCH_PPC64.
This commit is contained in:
parent
1bbd944277
commit
e997f4a7f4
|
@ -48,8 +48,7 @@
|
|||
#ifdef _ARCH_PPC64
|
||||
#define LIBCONTEXT_PLATFORM_linux_ppc64
|
||||
#define LIBCONTEXT_CALL_CONVENTION
|
||||
#endif
|
||||
#ifdef _ARCH_PPC
|
||||
#elif defined _ARCH_PPC
|
||||
#define LIBCONTEXT_PLATFORM_linux_ppc32
|
||||
#define LIBCONTEXT_CALL_CONVENTION
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue