Fix resolving symbol size always returning true.
This commit is contained in:
parent
80ad0e7df1
commit
ae5bb70203
|
|
@ -708,7 +708,7 @@ bool PDBDiaFile::processFunctionSymbol(IDiaSymbol* functionSym, InternalQueryCon
|
|||
|
||||
bool PDBDiaFile::resolveSymbolSize(IDiaSymbol* symbol, uint64_t & size, uint32_t symTag)
|
||||
{
|
||||
bool res = true;
|
||||
bool res = false;
|
||||
|
||||
HRESULT hr;
|
||||
uint64_t tempSize = -1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue