1
0
forkattu lähteestä xt-sys/exectos

Remove duplicated code

This commit is contained in:
Rafal Kupiec 2024-03-10 22:51:34 +01:00
vanhempi bb44caee31
commit 3a86ab1424
Allekirjoittanut: belliash
GPG avaimen ID: 4E829243E0CFE6B4

Näytä tiedosto

@ -78,9 +78,5 @@ KePanicEx(IN ULONG Code,
IN ULONG_PTR Parameter4)
{
KeDbgPrint(L"Fatal System Error: 0x%08lx\nKernel Panic!\n\n", Code);
for(;;)
{
ArClearInterruptFlag();
ArHalt();
}
KeHaltSystem();
}