summaryrefslogtreecommitdiffstats
path: root/sim/h8300/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/h8300/state.h')
-rw-r--r--sim/h8300/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/h8300/state.h b/sim/h8300/state.h
index 799706ba5f..5daf5329e1 100644
--- a/sim/h8300/state.h
+++ b/sim/h8300/state.h
@@ -16,7 +16,7 @@
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-
+#include "../endian.h"
#define SET_WORD_MEM(x,y) {saved_state.mem[(x)>>1] = y;}
#define SET_BYTE_MEM(x,y) {BYTE_MEM(x)=y;}
@@ -66,7 +66,7 @@ saved_state;
#define OCRS (1<<4)
-#ifdef __GO32__
+#ifdef LITTLE_ENDIAN_HOST
#define HOST_IS_LITTLE_ENDIAN 1
#else
#define HOST_IS_LITTLE_ENDIAN 0
OpenPOWER on IntegriCloud