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
This commit is contained in:
lgao4 2009-03-10 07:51:52 +00:00
parent 07a2097acd
commit 9d3dae3911
1 changed files with 1 additions and 3 deletions

View File

@ -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));