mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 06:06:13 +00:00
winedump: Setup a context in symbol_dumper for S_SEPCODE.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9808c1d8a3
commit
95c96399d8
1 changed files with 1 additions and 0 deletions
|
@ -1935,6 +1935,7 @@ BOOL codeview_dump_symbols(const void* root, unsigned long start, unsigned long
|
|||
sym->sepcode_v3.pParent, sym->sepcode_v3.pEnd,
|
||||
sym->sepcode_v3.sect, sym->sepcode_v3.off, sym->sepcode_v3.length,
|
||||
sym->sepcode_v3.sectParent, sym->sepcode_v3.offParent);
|
||||
push_symbol_dumper(&sd, sym, sym->sepcode_v3.pEnd);
|
||||
break;
|
||||
|
||||
case S_ANNOTATION:
|
||||
|
|
Loading…
Reference in a new issue