mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
PDB symbol 'case 7' fix
This commit is contained in:
parent
b416c836d9
commit
72126ba80c
1 changed files with 3 additions and 0 deletions
|
@ -3251,6 +3251,9 @@ void COFF::ParseCompileUnit_Symbols(DbgCompileUnit* compileUnit, uint8* sectionD
|
||||||
break;
|
break;
|
||||||
case 0x1179:
|
case 0x1179:
|
||||||
break;
|
break;
|
||||||
|
case 7:
|
||||||
|
// Unknown
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
BF_DBG_FATAL("Unhandled");
|
BF_DBG_FATAL("Unhandled");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue