mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
dbghelp: Handling of S_SALIGN symbols.
This commit is contained in:
parent
b675ac3919
commit
c6e8c2aab1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user