mirror of https://github.com/acidanthera/audk.git
ShellPkg/comp: Fix GCC build failure
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
c628d65d2f
commit
31abcf1dc7
|
@ -135,6 +135,7 @@ ShellCommandRunComp (
|
|||
InsertPosition1 = 0;
|
||||
InsertPosition2 = 0;
|
||||
TempAddress = 0;
|
||||
DiffPointAddress = 0;
|
||||
|
||||
//
|
||||
// initialize the shell lib (we must be in non-auto-init...)
|
||||
|
|
Loading…
Reference in New Issue