fix typo in last change

This commit is contained in:
Ken Raeburn 1995-11-21 19:28:35 +00:00
parent a4f589cc41
commit c446c25aca
1 changed files with 3 additions and 2 deletions

View File

@ -225,8 +225,9 @@ scale_and_align_entries ()
{
DBG (SAMPLEDEBUG,
printf ("[scale_and_align_entries] pushing 0x%lx to 0x%lx\n",
sym->hist.scaled_addr, sym->scaled_addr + UNITS_TO_CODE));
sym->scaled_addr += UNITS_TO_CODE;
sym->hist.scaled_addr,
sym->hist.scaled_addr + UNITS_TO_CODE));
sym->hist.scaled_addr += UNITS_TO_CODE;
}
}
}