mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +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