mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
winedump: Handling of S_SALIGN symbols.
This commit is contained in:
parent
8a68e46953
commit
b675ac3919
@ -1158,6 +1158,10 @@ int codeview_dump_symbols(const void* root, unsigned long size)
|
||||
}
|
||||
break;
|
||||
|
||||
case S_ALIGN_V1:
|
||||
/* simply skip it */
|
||||
break;
|
||||
|
||||
default:
|
||||
printf(">>> Unsupported symbol-id %x sz=%d\n", sym->generic.id, sym->generic.len + 2);
|
||||
dump_data((const void*)sym, sym->generic.len + 2, " ");
|
||||
|
Loading…
Reference in New Issue
Block a user