Moved interrupts manager file

This commit is contained in:
Alex 2023-03-14 06:50:01 +02:00
parent 0e5c374506
commit d1035ba41f
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -16,7 +16,7 @@
#elif defined(aa64) #elif defined(aa64)
#endif #endif
#include "../crashhandler.hpp" #include "crashhandler.hpp"
#include "../kernel.h" #include "../kernel.h"
extern "C" SafeFunction void ExceptionHandler(void *Data) { CrashHandler::Handle(Data); } extern "C" SafeFunction void ExceptionHandler(void *Data) { CrashHandler::Handle(Data); }