dbghelp: Handling of S_SALIGN symbols.

This commit is contained in:
Eric Pouech 2007-01-05 21:43:00 +01:00 committed by Alexandre Julliard
parent b675ac3919
commit c6e8c2aab1
1 changed files with 4 additions and 0 deletions

View File

@ -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);