dbghelp: Silence 0x112c symbol type.

This commit is contained in:
Eric Pouech 2008-09-06 22:20:13 +02:00 committed by Alexandre Julliard
parent 5ad756fb3c
commit 2f98c59adb
1 changed files with 4 additions and 0 deletions

View File

@ -1746,6 +1746,10 @@ static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root
TRACE("S-Align V1\n");
break;
case 0x112c:
TRACE("Unsupported symbol id %x\n", sym->generic.id);
break;
default:
FIXME("Unsupported symbol id %x\n", sym->generic.id);
dump(sym, 2 + sym->generic.len);