Moved interrupts manager file

This commit is contained in:
Alex
2023-03-14 06:50:01 +02:00
parent 0e5c374506
commit d1035ba41f

View File

@ -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); }