ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2017 compilation errors

This patch fixes VS2017 compilation errors for
UefiShellAcpiViewCommandLib\Parsers\Gtdt\GtdtParser.c
and
UefiShellAcpiViewCommandLib\Parsers\Xsdt\XsdtParser.c
reported in
https://bugzilla.tianocore.org/show_bug.cgi?id=985
https://bugzilla.tianocore.org/show_bug.cgi?id=986

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
AlexeiFedorov
2018-07-13 23:17:01 +08:00
committed by Ruiyu Ni
parent 76c09700ed
commit 68bef3f0c7
2 changed files with 8 additions and 8 deletions

View File

@ -161,12 +161,12 @@ STATIC
VOID
DumpGTBlock (
IN UINT8* Ptr,
IN UINT16 Length
IN UINT32 Length
)
{
UINT32 Index;
UINT32 Offset;
UINT16 GTBlockTimerLength;
UINT32 GTBlockTimerLength;
Offset = ParseAcpi (
TRUE,