aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc/target_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/ppc/target_syscall.h')
-rw-r--r--linux-user/ppc/target_syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/ppc/target_syscall.h b/linux-user/ppc/target_syscall.h
index 7df9118937..77b36d0b46 100644
--- a/linux-user/ppc/target_syscall.h
+++ b/linux-user/ppc/target_syscall.h
@@ -59,7 +59,7 @@ struct target_revectored_struct {
*/
#if defined(TARGET_PPC64)
-#ifdef TARGET_WORDS_BIGENDIAN
+#if TARGET_BIG_ENDIAN
#define UNAME_MACHINE "ppc64"
#else
#define UNAME_MACHINE "ppc64le"