X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellAcpiViewCommandLib%2FParsers%2FMadt%2FMadtParser.c;h=a704b0c6314d2fa2da1c218f2fc644f464e99a7a;hb=f75c7478280b96d191e86856c0b1c49ff711c284;hp=3ac27086a6b8a5f0614a58288c43977dff64b838;hpb=a6eaba4d7f23262ab8e8502b476bdf5249a54ad4;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c index 3ac27086a6..a704b0c631 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c @@ -197,7 +197,9 @@ ParseAcpiMadt ( { UINT32 Offset; UINT8* InterruptContollerPtr; - UINT32 GICDCount = 0; + UINT32 GICDCount; + + GICDCount = 0; if (!Trace) { return;