From 9d3dae39117064bba3d383a42463e931609c34e8 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 10 Mar 2009 07:51:52 +0000 Subject: [PATCH] Update Comment for the call to EDKII ReportStatus git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7845 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/RuntimeDxe/Runtime.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.c b/MdeModulePkg/Core/RuntimeDxe/Runtime.c index 66c02b2f5b..b746221af4 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Runtime.c +++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.c @@ -275,9 +275,7 @@ RuntimeDriverSetVirtualAddressMap ( mVirtualMap = VirtualMap; // - // Currently the bug in StatusCode/RuntimeLib has been fixed, it will - // check whether in Runtime or not (this is judged by looking at - // mEfiAtRuntime global So this ReportStatusCode will work + // ReporstStatusCodeLib will check and make sure this service can be called in runtime mode. // REPORT_STATUS_CODE (EFI_PROGRESS_CODE, PcdGet32 (PcdStatusCodeValueSetVirtualAddressMap)); -- 2.39.2