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:
parent
8de7c57c23
commit
cbcfffa02d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue