mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-26 21:44:59 +00:00
Enable compilation of project on AArch64 architecture
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Driver
|
||||
#elif defined(a32)
|
||||
void OnInterruptReceived(CPU::x32::TrapFrame *Frame);
|
||||
#elif defined(aa64)
|
||||
void OnInterruptReceived(void *Frame);
|
||||
void OnInterruptReceived(CPU::aarch64::TrapFrame *Frame);
|
||||
#endif
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user