X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libiberty%2Fcp-demint.c;h=13a71d96dec1eaf414695a6d8fb55be18f06cfee;hb=c793cac124dd2eb34042f2e43abb099a26e34cb0;hp=64baffac8ddcc24e03c3c2ac1b8472aac72e0207;hpb=5ef2d51bd6ae49b28282835156d1d6622beac4a6;p=external%2Fbinutils.git diff --git a/libiberty/cp-demint.c b/libiberty/cp-demint.c index 64baffa..13a71d9 100644 --- a/libiberty/cp-demint.c +++ b/libiberty/cp-demint.c @@ -123,6 +123,7 @@ cplus_demangle_fill_component (struct demangle_component *p, p->type = type; p->u.s_binary.left = left; p->u.s_binary.right = right; + p->d_printing = 0; return 1; } @@ -146,6 +147,7 @@ cplus_demangle_fill_builtin_type (struct demangle_component *p, { p->type = DEMANGLE_COMPONENT_BUILTIN_TYPE; p->u.s_builtin.type = &cplus_demangle_builtin_types[i]; + p->d_printing = 0; return 1; } } @@ -172,6 +174,7 @@ cplus_demangle_fill_operator (struct demangle_component *p, { p->type = DEMANGLE_COMPONENT_OPERATOR; p->u.s_operator.op = &cplus_demangle_operators[i]; + p->d_printing = 0; return 1; } }