mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-21 04:34:27 +02:00
Fix a typo in the display string of MEMMAP_DEVICE_PATH.The precision flag is useless.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3894 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f9d52626ad
commit
2807acc305
@ -252,7 +252,7 @@ DevPathMemMap (
|
|||||||
MemMap = DevPath;
|
MemMap = DevPath;
|
||||||
CatPrint (
|
CatPrint (
|
||||||
Str,
|
Str,
|
||||||
L"MemMap(%d:%.lx-%.lx)",
|
L"MemMap(%d:%lx-%lx)",
|
||||||
MemMap->MemoryType,
|
MemMap->MemoryType,
|
||||||
MemMap->StartingAddress,
|
MemMap->StartingAddress,
|
||||||
MemMap->EndingAddress
|
MemMap->EndingAddress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user