summaryrefslogtreecommitdiffstats
path: root/sim/ppc/cpu.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-10-02 18:33:17 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-10-02 18:33:17 +0000
commit8b57093d333cf48e3b2fab6e0067a4f0fc788866 (patch)
treefa3833f441c0812d9743a7b73dc7b83b763e1c43 /sim/ppc/cpu.c
parente1aaf97993a0e19bed384328dbd6ad8e18c1c81f (diff)
downloadppe42-binutils-8b57093d333cf48e3b2fab6e0067a4f0fc788866.tar.gz
ppe42-binutils-8b57093d333cf48e3b2fab6e0067a4f0fc788866.zip
Add # in front of CPU number
Diffstat (limited to 'sim/ppc/cpu.c')
-rw-r--r--sim/ppc/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/cpu.c b/sim/ppc/cpu.c
index 1ced239caf..46ac19bcb1 100644
--- 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);
}
OpenPOWER on IntegriCloud