mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 07:04:49 -04:00
Update ffsengine.cpp
This commit is contained in:
parent
cb6647f493
commit
db2ef69901
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ FfsEngine::FfsEngine(QObject *parent)
|
||||||
model = new TreeModel();
|
model = new TreeModel();
|
||||||
oldPeiCoreEntryPoint = 0;
|
oldPeiCoreEntryPoint = 0;
|
||||||
newPeiCoreEntryPoint = 0;
|
newPeiCoreEntryPoint = 0;
|
||||||
dumped = false;
|
dumped = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
FfsEngine::~FfsEngine(void)
|
FfsEngine::~FfsEngine(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue