mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:35:47 +00:00
- Looks like this FIXME was fixed.
svn path=/trunk/; revision=34601
This commit is contained in:
parent
5ba974a93f
commit
54694096a1
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ PsLocateSystemDll(VOID)
|
||||||
KeBugCheckEx(PROCESS1_INITIALIZATION_FAILED, Status, 2, 0, 0);
|
KeBugCheckEx(PROCESS1_INITIALIZATION_FAILED, Status, 2, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: Check if the image is valid */
|
/* Check if the image is valid */
|
||||||
Status = MmCheckSystemImage(FileHandle, TRUE);
|
Status = MmCheckSystemImage(FileHandle, TRUE);
|
||||||
if (Status == STATUS_IMAGE_CHECKSUM_MISMATCH)
|
if (Status == STATUS_IMAGE_CHECKSUM_MISMATCH)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue