mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 17:51:42 +00:00
Unhook interrupts from every driver on crash
This commit is contained in:
@@ -917,7 +917,7 @@ namespace CrashHandler
|
||||
ExceptionOccurred = true;
|
||||
|
||||
if (DriverManager)
|
||||
DriverManager->UnloadAllDrivers();
|
||||
DriverManager->Panic();
|
||||
|
||||
debug("Reading control registers...");
|
||||
crashdata.Frame = Frame;
|
||||
|
Reference in New Issue
Block a user