mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
parent
2b6293d816
commit
cc24eccfce
1 changed files with 4 additions and 0 deletions
|
|
@ -135,7 +135,11 @@
|
|||
#elif defined(__mips__)
|
||||
#define ARCH_CPU_MIPS_FAMILY 1
|
||||
#define ARCH_CPU_MIPS 1
|
||||
#if defined(__LP64__)
|
||||
#define ARCH_CPU_64_BITS 1
|
||||
#else
|
||||
#define ARCH_CPU_32_BITS 1
|
||||
#endif
|
||||
#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
|
||||
#define ARCH_CPU_LITTLE_ENDIAN 1
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue