RemoveAll should not have any stack protection or sanitization

This commit is contained in:
Alex
2023-02-16 21:45:48 +02:00
parent 3618e1df87
commit c1d876f5fd

View File

@ -104,7 +104,7 @@ namespace Interrupts
#endif
}
void RemoveAll()
SafeFunction void RemoveAll()
{
for (int i = 0; i < CPU::x64::IRQ223; i++)
RegisteredEvents->DeleteNode(i);