diff options
author | Juan Quintela | 2009-07-27 16:13:06 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-07-27 21:09:21 +0200 |
commit | e2542fe2bce6756948dffe2d233d154a9e25bd35 (patch) | |
tree | 187b840091116d420116fb2627e48afa25d59563 /target-sparc | |
parent | rename DEBUG_EXEC to CONFIG_DEBUG_EXEC (diff) | |
download | qemu-e2542fe2bce6756948dffe2d233d154a9e25bd35.tar.gz qemu-e2542fe2bce6756948dffe2d233d154a9e25bd35.tar.xz qemu-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-sparc')
-rw-r--r-- | target-sparc/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 9b959fe305..0234e519ec 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -385,7 +385,7 @@ void helper_faligndata(void) *((uint64_t *)&DT0) = tmp; } -#ifdef WORDS_BIGENDIAN +#ifdef HOST_WORDS_BIGENDIAN #define VIS_B64(n) b[7 - (n)] #define VIS_W64(n) w[3 - (n)] #define VIS_SW64(n) sw[3 - (n)] |