summaryrefslogtreecommitdiff
path: root/ShellPkg
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-04 08:35:16 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-04 08:35:16 +0000
commit99bb0f8dd7d5aaa531ed3eec08e27c05d8f45e21 (patch)
tree8d9274b71a818d7b6d38157bb5bbec8ae662c854 /ShellPkg
parentd6972185d0db32f0d1e49a0da86aa239d4f1cdd5 (diff)
downloadedk2-platforms-99bb0f8dd7d5aaa531ed3eec08e27c05d8f45e21.tar.xz
Fix build fail.
Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13697 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c2
1 files changed, 1 insertions, 1 deletions
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;