diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-02-28 16:05:10 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-02-28 16:05:32 +0800 |
commit | 31abcf1dc773c7663363d599b8e34bfe58b7a0e5 (patch) | |
tree | 51b9551562dcb6b284948a9ebe1b49dd833a7942 /ShellPkg | |
parent | c628d65d2f8f8bea28d6bbbd0882af28ef35b961 (diff) | |
download | edk2-31abcf1dc773c7663363d599b8e34bfe58b7a0e5.tar.gz edk2-31abcf1dc773c7663363d599b8e34bfe58b7a0e5.tar.bz2 edk2-31abcf1dc773c7663363d599b8e34bfe58b7a0e5.zip |
ShellPkg/comp: Fix GCC build failure
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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...)
|