mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 07:49:14 +00:00
Enable compilation of project on AArch64 architecture
This commit is contained in:
@ -70,7 +70,7 @@ namespace Interrupts
|
||||
#elif defined(a32)
|
||||
virtual void OnInterruptReceived(CPU::x32::TrapFrame *Frame);
|
||||
#elif defined(aa64)
|
||||
virtual void OnInterruptReceived(void *Frame);
|
||||
virtual void OnInterruptReceived(CPU::aarch64::TrapFrame *Frame);
|
||||
#endif
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user