Commit 1cee3235 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winedump: Fix sym mode.

parent 101d72f8
......@@ -69,6 +69,7 @@ static void do_demangle (const char *arg)
if (globals.mode != NONE) fatal("Only one mode can be specified\n");
globals.mode = DMGL;
globals.do_code = 1;
globals.do_demangle = 1;
}
......
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