diff --git a/Core/Crash/CrashHandler.cpp b/Core/Crash/CrashHandler.cpp index 50340b8..05499c0 100644 --- a/Core/Crash/CrashHandler.cpp +++ b/Core/Crash/CrashHandler.cpp @@ -668,6 +668,7 @@ namespace CrashHandler } ExceptionOccurred = true; + /* TODO: Remove all useless interrupts, and only leave the ones that are needed (dsdt, acpi, etc.) */ Interrupts::RemoveAll(); debug("Reading control registers...");