mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
Enable compilation of project on AArch64 architecture
This commit is contained in:
@ -84,6 +84,7 @@ typedef struct
|
||||
#elif defined(a32)
|
||||
Elf32_auxv_t archaux;
|
||||
#elif defined(aa64)
|
||||
Elf64_auxv_t archaux;
|
||||
#endif
|
||||
} AuxiliaryVector;
|
||||
|
||||
|
Reference in New Issue
Block a user