mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +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;
|
break;
|
||||||
case /*S_INLINEES*/0x1168:
|
case /*S_INLINEES*/0x1168:
|
||||||
break;
|
break;
|
||||||
|
case 0x1159: //S_ARMSWITCHTABLE
|
||||||
case 0x1176:
|
case 0x1176:
|
||||||
case 0x1178:
|
case 0x1178:
|
||||||
case 0x1179:
|
case 0x1179:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue