diff options
Diffstat (limited to 'sim/erc32/sis.h')
-rw-r--r-- | sim/erc32/sis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/sis.h b/sim/erc32/sis.h index a3518c1..5a909f5 100644 --- a/sim/erc32/sis.h +++ b/sim/erc32/sis.h @@ -20,7 +20,7 @@ #include <sim-config.h> #include <stdint.h> -#if WITH_HOST_BYTE_ORDER == BIG_ENDIAN +#if HOST_BYTE_ORDER == BIG_ENDIAN #define HOST_BIG_ENDIAN #define EBT 0 #else |