]> git.proxmox.com Git - mirror_edk2.git/commit
The format strings are using notations that require UINTNs (like "0x%02x") but a...
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 7 Aug 2012 00:54:29 +0000 (00:54 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 7 Aug 2012 00:54:29 +0000 (00:54 +0000)
commita7e57bd9e046508269db426766e4443bbf676fc5
tree87bc8417c89c42cf2acfcdd5429da306dcfdcb1f
parent1df5c64cf3e0362da9a301228f3a09cdda1f6770
The format strings are using notations that require UINTNs (like "0x%02x") but a UINT64 type was being passed instead.  This patch adds a typecast to UINTN so the print processing works correctly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eugene Cohen eugene@hp.com
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13597 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c