mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
KEBUGCHECK(0) -> KEBUGCHECK(INACCESSIBLE_BOOT_DEVICE)
svn path=/trunk/; revision=18122
This commit is contained in:
parent
dc6b192e48
commit
2d5aef6968
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
/* $Id$
|
/*
|
||||||
*
|
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/io/driver.c
|
* FILE: ntoskrnl/io/driver.c
|
||||||
|
@ -1352,7 +1351,7 @@ IopInitializeBootDrivers(VOID)
|
||||||
if (BootDriverCount == 0)
|
if (BootDriverCount == 0)
|
||||||
{
|
{
|
||||||
DbgPrint("No boot drivers available.\n");
|
DbgPrint("No boot drivers available.\n");
|
||||||
KEBUGCHECK(0);
|
KEBUGCHECK(INACCESSIBLE_BOOT_DEVICE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue