diff options
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Library.h')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Library.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Dxe/Library.h b/MdeModulePkg/Core/Dxe/Library.h index 5e33da5285..8d41bd251b 100644 --- a/MdeModulePkg/Core/Dxe/Library.h +++ b/MdeModulePkg/Core/Dxe/Library.h @@ -31,7 +31,7 @@ CoreReportProgressCode ( Routine Description:
- Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid.
+ Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid.
Arguments:
@@ -54,7 +54,7 @@ CoreReportProgressCodeSpecific ( Routine Description:
- Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid,
+ Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid,
with a handle as additional information.
Arguments:
|