mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-30 00:08:03 +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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void RemoveAll()
|
SafeFunction void RemoveAll()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < CPU::x64::IRQ223; i++)
|
for (int i = 0; i < CPU::x64::IRQ223; i++)
|
||||||
RegisteredEvents->DeleteNode(i);
|
RegisteredEvents->DeleteNode(i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user