- Looks like this FIXME was fixed.

svn path=/trunk/; revision=34601
This commit is contained in:
ReactOS Portable Systems Group 2008-07-20 04:38:26 +00:00
parent 5ba974a93f
commit 54694096a1

View file

@ -278,7 +278,7 @@ PsLocateSystemDll(VOID)
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);
if (Status == STATUS_IMAGE_CHECKSUM_MISMATCH)
{