mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Step through the sorted array of basic blocks.
This commit is contained in:
@ -281,6 +281,8 @@ print_exec_counts ()
|
||||
|
||||
for (i = 0; i < len; ++i)
|
||||
{
|
||||
sym = sorted_bbs [i];
|
||||
|
||||
if (sym->ncalls > 0 || ! ignore_zeros)
|
||||
{
|
||||
/* FIXME: This only works if bfd_vma is unsigned long. */
|
||||
|
Reference in New Issue
Block a user