mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Ignore lineInfoType 255
This commit is contained in:
parent
e6a64776a1
commit
8225643598
1 changed files with 4 additions and 0 deletions
|
@ -3684,6 +3684,10 @@ CvCompileUnit* COFF::ParseCompileUnit(CvModuleInfo* moduleInfo, CvCompileUnit* c
|
||||||
PTR_ALIGN(data, sectionData, 4);
|
PTR_ALIGN(data, sectionData, 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (lineInfoType == 255)
|
||||||
|
{
|
||||||
|
// Ignore
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
BF_ASSERT((lineInfoType >= DEBUG_S_SYMBOLS) && (lineInfoType <= DEBUG_S_COFF_SYMBOL_RVA));
|
BF_ASSERT((lineInfoType >= DEBUG_S_SYMBOLS) && (lineInfoType <= DEBUG_S_COFF_SYMBOL_RVA));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue