Fix another compilation issue on PPC64

This commit is contained in:
Jean-Samuel Reynaud 2019-02-27 13:41:02 +01:00 committed by Wayne Stambaugh
parent 2768b3ddbe
commit c77031842e
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,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