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

COFF 0x1159 handling

This commit is contained in:
Brian Fiete 2024-07-25 14:54:53 +02:00
parent 8de7c57c23
commit cbcfffa02d

View file

@ -3283,6 +3283,7 @@ void COFF::ParseCompileUnit_Symbols(DbgCompileUnit* compileUnit, uint8* sectionD
break;
case /*S_INLINEES*/0x1168:
break;
case 0x1159: //S_ARMSWITCHTABLE
case 0x1176:
case 0x1178:
case 0x1179: