winedump: Fix sym mode.

This commit is contained in:
André Hentschel 2009-12-26 16:21:23 +01:00 committed by Alexandre Julliard
parent 101d72f83c
commit 1cee3235bc
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}