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
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

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