]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/qemu.h
Replace TARGET_WORDS_BIGENDIAN
[mirror_qemu.git] / linux-user / qemu.h
index 98dfbf20962b6ca443a78865c811d05badf0a554..46550f5e2178ce4f7b18742c5a3ee7cb3a66c860 100644 (file)
@@ -236,7 +236,7 @@ static inline bool access_ok(CPUState *cpu, int type,
     } while (0)
 
 
-#ifdef TARGET_WORDS_BIGENDIAN
+#if TARGET_BIG_ENDIAN
 # define __put_user(x, hptr)  __put_user_e(x, hptr, be)
 # define __get_user(x, hptr)  __get_user_e(x, hptr, be)
 #else