Fixed a missing variable declaration so that gprof compiles with -DDEBUG.
This commit is contained in:
parent
c07193f5e6
commit
a230636d24
@ -646,6 +646,9 @@ compresslist()
|
||||
int maxexitcnt;
|
||||
int maxwithparentcnt;
|
||||
int maxnoparentcnt;
|
||||
# ifdef DEBUG
|
||||
const char *type;
|
||||
# endif DEBUG
|
||||
|
||||
maxexitcnt = 0;
|
||||
maxwithparentcnt = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user