mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Symbol parsing issue fixed
This commit is contained in:
parent
8f59a9dc0a
commit
4e5baf3b84
1 changed files with 1 additions and 0 deletions
|
@ -5805,6 +5805,7 @@ void COFF::ParseSymbolData()
|
|||
return;
|
||||
if (mParsedSymbolData)
|
||||
return;
|
||||
ParseGlobalsData();
|
||||
mParsedSymbolData = true;
|
||||
ParseSymbolStream(CvSymStreamType_Symbols);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue