fix typo in last change
This commit is contained in:
parent
a4f589cc41
commit
c446c25aca
1 changed files with 3 additions and 2 deletions
|
@ -225,8 +225,9 @@ scale_and_align_entries ()
|
||||||
{
|
{
|
||||||
DBG (SAMPLEDEBUG,
|
DBG (SAMPLEDEBUG,
|
||||||
printf ("[scale_and_align_entries] pushing 0x%lx to 0x%lx\n",
|
printf ("[scale_and_align_entries] pushing 0x%lx to 0x%lx\n",
|
||||||
sym->hist.scaled_addr, sym->scaled_addr + UNITS_TO_CODE));
|
sym->hist.scaled_addr,
|
||||||
sym->scaled_addr += UNITS_TO_CODE;
|
sym->hist.scaled_addr + UNITS_TO_CODE));
|
||||||
|
sym->hist.scaled_addr += UNITS_TO_CODE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue