[PAHOLE]: Set show_decl_info if --verbose is passed

Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-05-24 12:47:11 -03:00
parent 37204266b1
commit 80454cb7fd
1 changed files with 4 additions and 3 deletions

View File

@ -672,9 +672,10 @@ int main(int argc, char *argv[])
if (class_name != NULL) {
struct structure *s = structures__find(class_name);
struct conf_fprintf conf = {
.expand_types = expand_types,
.rel_offset = rel_offset,
.emit_stats = 1,
.expand_types = expand_types,
.rel_offset = rel_offset,
.show_decl_info = global_verbose,
.emit_stats = 1,
};
if (s == NULL) {