From 31abcf1dc773c7663363d599b8e34bfe58b7a0e5 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 28 Feb 2017 16:05:10 +0800 Subject: [PATCH] ShellPkg/comp: Fix GCC build failure Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni --- ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c index 62b59d7973..5b91327efc 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c @@ -135,6 +135,7 @@ ShellCommandRunComp ( InsertPosition1 = 0; InsertPosition2 = 0; TempAddress = 0; + DiffPointAddress = 0; // // initialize the shell lib (we must be in non-auto-init...) -- 2.39.2