diff --git a/Core/Interrupts/IntManager.cpp b/Core/Interrupts/IntManager.cpp index 4e85f99..1052ae7 100644 --- a/Core/Interrupts/IntManager.cpp +++ b/Core/Interrupts/IntManager.cpp @@ -104,7 +104,7 @@ namespace Interrupts #endif } - void RemoveAll() + SafeFunction void RemoveAll() { for (int i = 0; i < CPU::x64::IRQ223; i++) RegisteredEvents->DeleteNode(i);