X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeCoreEntryPoint%2FDxeCoreEntryPoint.c;fp=MdePkg%2FLibrary%2FDxeCoreEntryPoint%2FDxeCoreEntryPoint.c;h=1c0e8869938aa709021e2f2326acaa99d291a24c;hp=f1a32f0569f8e06cd7522409abcaf821e8da425f;hb=47c6e0f7585134892f543433bbd1d5b94c192216;hpb=63ba999ccb4b2ec5c9ca7128f2bb492cea5aaa2f diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c index f1a32f0569..1c0e886993 100644 --- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c +++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c @@ -28,11 +28,10 @@ VOID *gHobList = NULL; /** 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 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. + This function is the entry point for the DXE Core. This function is required 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. If ProcessModuleEntryPointList() returns, then ASSERT() and halt the system. @param HobStart Pointer to the beginning of the HOB List passed in from the PEI Phase.