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;