From 99bb0f8dd7d5aaa531ed3eec08e27c05d8f45e21 Mon Sep 17 00:00:00 2001 From: ydong10 Date: Tue, 4 Sep 2012 08:35:16 +0000 Subject: 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 --- ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib') 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; -- cgit v1.2.3