Browse Source

Revert part of commit 6cab769f41

Commit 6cab769f41 breaks compilation on ppc64le, because the gcc
compiler defines both _ARCH_PPC and _ARCH_PPC64.
pull/15/head
Steven A. Falco 6 years ago
committed by Seth Hillbrand
parent
commit
e997f4a7f4
  1. 3
      include/system/libcontext.h

3
include/system/libcontext.h

@ -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…
Cancel
Save