mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +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;
|
||||
case 0x1179:
|
||||
break;
|
||||
case 7:
|
||||
// Unknown
|
||||
break;
|
||||
default:
|
||||
BF_DBG_FATAL("Unhandled");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue