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:
Steven A. Falco 2019-08-24 15:13:46 -04:00 committed by Seth Hillbrand
parent 1bbd944277
commit e997f4a7f4
1 changed files with 1 additions and 2 deletions

View File

@ -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