Browse Source

Fix another compilation issue on PPC64

pull/13/head
Jean-Samuel Reynaud 7 years ago
committed by Wayne Stambaugh
parent
commit
c77031842e
  1. 3
      include/system/libcontext.h

3
include/system/libcontext.h

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

Loading…
Cancel
Save