diff options
Diffstat (limited to 'hw/pxa2xx_template.h')
-rw-r--r-- | hw/pxa2xx_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pxa2xx_template.h b/hw/pxa2xx_template.h index 35312ec296..40f4e4d219 100644 --- a/hw/pxa2xx_template.h +++ b/hw/pxa2xx_template.h @@ -23,7 +23,7 @@ # error unknown bit depth #endif -#ifdef WORDS_BIGENDIAN +#ifdef HOST_WORDS_BIGENDIAN # define SWAP_WORDS 1 #endif |