From aa2b5a77b2946e90b8b13300e09916a44ecd4e9b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 18 Dec 2012 12:33:28 +0100 Subject: [PATCH] fix warning --- misc/tools/progs-analyzer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/progs-analyzer.pl b/misc/tools/progs-analyzer.pl index 7037c8a0..282b6c1d 100644 --- a/misc/tools/progs-analyzer.pl +++ b/misc/tools/progs-analyzer.pl @@ -1000,7 +1000,7 @@ sub detect_constants($) # add missing def if(!($globalflags[$_->{ofs}+$i] & GLOBALFLAG_D)) { - print "Missing globaldef for $_->{debugname}[$i] at $_->{ofs}\n"; + print "Missing globaldef for a component@{[defined $_->{debugname} ? ' of ' . $_->{debugname} : '']} at $_->{ofs}+$i\n"; push @extradefs, { type => { saved => 0, -- 2.39.2