1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

PDB symbol 'case 7' fix

This commit is contained in:
Brian Fiete 2022-03-23 16:49:19 -07:00
parent b416c836d9
commit 72126ba80c

View file

@ -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;