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=b04123a6d89fe1cff6038eb5fc3776e65e289639;hp=fba0c2424910a3da5bc6dd50a3eb2c78b79b365a;hb=34860f7a069641fb9e14077c01605215aae68a9b;hpb=f3e1569dbb33a0423afb6547553362dc47e1c17e diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c index fba0c24249..b04123a6d8 100644 --- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c +++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c @@ -29,7 +29,7 @@ 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 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.