diff options
author | 2009-07-27 16:13:06 +0200 | |
---|---|---|
committer | 2009-07-27 14:09:21 -0500 | |
commit | e2542fe2bce6756948dffe2d233d154a9e25bd35 (patch) | |
tree | 187b840091116d420116fb2627e48afa25d59563 /target-arm | |
parent | rename DEBUG_EXEC to CONFIG_DEBUG_EXEC (diff) | |
download | qemu-kvm-e2542fe2bce6756948dffe2d233d154a9e25bd35.tar.gz qemu-kvm-e2542fe2bce6756948dffe2d233d154a9e25bd35.tar.bz2 qemu-kvm-e2542fe2bce6756948dffe2d233d154a9e25bd35.zip |
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/neon_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c index 35fbaf530..f32ecd6e2 100644 --- a/target-arm/neon_helper.c +++ b/target-arm/neon_helper.c @@ -49,7 +49,7 @@ typedef struct \ { \ type v1; \ } neon_##name; -#ifdef WORDS_BIGENDIAN +#ifdef HOST_WORDS_BIGENDIAN #define NEON_TYPE2(name, type) \ typedef struct \ { \ |