Commit c6e8c2aa authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Handling of S_SALIGN symbols.

parent b675ac39
......@@ -1646,6 +1646,10 @@ static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root
sym->ssearch_v1.segment, sym->ssearch_v1.offset);
break;
case S_ALIGN_V1:
TRACE("S-Align V1\n");
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