mirror of https://github.com/acidanthera/audk.git
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:
parent
07a2097acd
commit
9d3dae3911
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue