Update DXE Core to use gEfiCallerIdGuid instead of the gDxeServicesTableGuid for status codes

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3646 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2007-08-16 01:21:02 +00:00
parent 66fa2bde56
commit eba54e17cc
3 changed files with 7 additions and 7 deletions

View File

@ -787,7 +787,7 @@ Returns:
//
// Report that ExitBootServices() has been called
//
// We are using gEfiDxeServicesTableGuid as the caller ID for Dxe Core
// We are using gEfiCallerIdGuid as the caller ID for Dxe Core
//
CoreReportProgressCode ((EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_BS_PC_EXIT_BOOT_SERVICES));