diff options
Diffstat (limited to 'arch/x32/bits')
-rw-r--r-- | arch/x32/bits/alltypes.h.in | 2 | ||||
-rw-r--r-- | arch/x32/bits/endian.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/x32/bits/alltypes.h.in b/arch/x32/bits/alltypes.h.in index c71f2468..5d7a1279 100644 --- a/arch/x32/bits/alltypes.h.in +++ b/arch/x32/bits/alltypes.h.in @@ -2,6 +2,8 @@ #define _Int64 long long #define _Reg long long +#define __BYTE_ORDER 1234 + #ifndef __cplusplus #ifdef __WCHAR_TYPE__ TYPEDEF __WCHAR_TYPE__ wchar_t; diff --git a/arch/x32/bits/endian.h b/arch/x32/bits/endian.h deleted file mode 100644 index 172c338f..00000000 --- a/arch/x32/bits/endian.h +++ /dev/null @@ -1 +0,0 @@ -#define __BYTE_ORDER __LITTLE_ENDIAN |