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:
e1aaf97
)
Add # in front of CPU number
author
Michael Meissner
<gnu@the-meissners.org>
Mon, 2 Oct 1995 18:33:17 +0000
(18:33 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Mon, 2 Oct 1995 18:33:17 +0000
(18:33 +0000)
sim/ppc/cpu.c
patch
|
blob
|
history
diff --git
a/sim/ppc/cpu.c
b/sim/ppc/cpu.c
index 1ced239caf63c1af50c3e0829b65683d015bab36..46ac19bcb1ed677373a74d9a034ff192facab50d 100644
(file)
--- a/
sim/ppc/cpu.c
+++ b/
sim/ppc/cpu.c
@@
-292,7
+292,7
@@
cpu_get_number_of_insns(cpu *processor)
INLINE_CPU void
cpu_print_info(cpu *processor, int verbose)
{
- printf_filtered("CPU %d executed %ld instructions.\n",
+ printf_filtered("CPU
#
%d executed %ld instructions.\n",
processor->cpu_nr+1,
processor->number_of_insns);
}