forked from xt-sys/exectos
Remove duplicated code
This commit is contained in:
parent
bb44caee31
commit
3a86ab1424
@ -78,9 +78,5 @@ KePanicEx(IN ULONG Code,
|
|||||||
IN ULONG_PTR Parameter4)
|
IN ULONG_PTR Parameter4)
|
||||||
{
|
{
|
||||||
KeDbgPrint(L"Fatal System Error: 0x%08lx\nKernel Panic!\n\n", Code);
|
KeDbgPrint(L"Fatal System Error: 0x%08lx\nKernel Panic!\n\n", Code);
|
||||||
for(;;)
|
KeHaltSystem();
|
||||||
{
|
|
||||||
ArClearInterruptFlag();
|
|
||||||
ArHalt();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user