projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f589c
)
fix typo in last change
author
Ken Raeburn
<raeburn@cygnus>
Tue, 21 Nov 1995 19:28:35 +0000
(19:28 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 21 Nov 1995 19:28:35 +0000
(19:28 +0000)
gprof/hist.c
patch
|
blob
|
history
diff --git
a/gprof/hist.c
b/gprof/hist.c
index 76dfe948a7c57af21b4e3118984636f6451be522..717424d5791e472702c822312e6aa994e382031c 100644
(file)
--- a/
gprof/hist.c
+++ b/
gprof/hist.c
@@
-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;
}
}
}