mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Update ffsengine.cpp
This commit is contained in:
parent
cb6647f493
commit
db2ef69901
@ -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)
|
||||||
@ -3656,4 +3656,4 @@ UINT8 FfsEngine::patchViaPattern(QByteArray & data, const QByteArray & hexFindPa
|
|||||||
|
|
||||||
data = body;
|
data = body;
|
||||||
return ERR_SUCCESS;
|
return ERR_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user