mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
RemoveAll should not have any stack protection or sanitization
This commit is contained in:
parent
3618e1df87
commit
c1d876f5fd
@ -104,7 +104,7 @@ namespace Interrupts
|
||||
#endif
|
||||
}
|
||||
|
||||
void RemoveAll()
|
||||
SafeFunction void RemoveAll()
|
||||
{
|
||||
for (int i = 0; i < CPU::x64::IRQ223; i++)
|
||||
RegisteredEvents->DeleteNode(i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user