Commit 2f98c59a authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Silence 0x112c symbol type.

parent 5ad756fb
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment