winedump: Fix sym mode.
This commit is contained in:
parent
101d72f83c
commit
1cee3235bc
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue