Commit 95c96399 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedump: Setup a context in symbol_dumper for S_SEPCODE.

parent 9808c1d8
......@@ -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:
......
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