From: ydong10 Date: Tue, 4 Sep 2012 08:35:16 +0000 (+0000) Subject: Fix build fail. X-Git-Tag: edk2-stable201903~13083 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=99bb0f8dd7d5aaa531ed3eec08e27c05d8f45e21;ds=sidebyside Fix build fail. Signed-off-by: Eric Dong git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13697 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c index 2fed064f84..a12083bb25 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c @@ -32,7 +32,7 @@ GetAttrType ( IN CONST UINT32 Atts ) { - UINT32 BufLen; + UINTN BufLen; CHAR16 *RetString; BufLen = 0;