Code have been checked with spec

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7024 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4
2008-12-15 03:22:57 +00:00
parent f3e1569dbb
commit 34860f7a06
5 changed files with 9 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ extern VOID *gHobList;
The entry point of PE/COFF Image for the DXE Core.
This function is the entry point for the DXE Core. This function is required
to call ProcessModuleEntryPointList() and ProcessModuleEntryPoint() is never
to call ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never
expected to return. The DXE Core is responsible for calling ProcessLibraryConstructorList()
as soon as the EFI System Table and the image handle for the DXE Core itself have
been established.