dbghelp: Silence symbol 0x1139.
This commit is contained in:
parent
cff33cedf5
commit
1a6e018f0e
|
@ -1731,6 +1731,7 @@ static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root
|
||||||
case S_SECUCOOKIE_V3:
|
case S_SECUCOOKIE_V3:
|
||||||
case S_SECTINFO_V3:
|
case S_SECTINFO_V3:
|
||||||
case S_SUBSECTINFO_V3:
|
case S_SUBSECTINFO_V3:
|
||||||
|
case 0x1139:
|
||||||
TRACE("Unsupported symbol id %x\n", sym->generic.id);
|
TRACE("Unsupported symbol id %x\n", sym->generic.id);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue