Update ffsengine.cpp

This commit is contained in:
Nikolaj Schlej 2014-10-30 05:34:19 +01:00
parent cb6647f493
commit db2ef69901

View File

@ -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;
} }