Remove duplicated code

This commit is contained in:
Rafal Kupiec 2024-03-10 22:51:34 +01:00
parent bb44caee31
commit 3a86ab1424
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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();
}