mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 04:49:16 +00:00
Moved interrupts manager file
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#elif defined(aa64)
|
||||
#endif
|
||||
|
||||
#include "../crashhandler.hpp"
|
||||
#include "crashhandler.hpp"
|
||||
#include "../kernel.h"
|
||||
|
||||
extern "C" SafeFunction void ExceptionHandler(void *Data) { CrashHandler::Handle(Data); }
|
Reference in New Issue
Block a user