diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-04 08:35:16 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-04 08:35:16 +0000 |
commit | 99bb0f8dd7d5aaa531ed3eec08e27c05d8f45e21 (patch) | |
tree | 8d9274b71a818d7b6d38157bb5bbec8ae662c854 /ShellPkg/Library/UefiShellDebug1CommandsLib | |
parent | d6972185d0db32f0d1e49a0da86aa239d4f1cdd5 (diff) | |
download | edk2-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/Library/UefiShellDebug1CommandsLib')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c | 2 |
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;
|