From: Michael Meissner Date: Mon, 2 Oct 1995 18:33:17 +0000 (+0000) Subject: Add # in front of CPU number X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b57093d333cf48e3b2fab6e0067a4f0fc788866;p=binutils-gdb.git Add # in front of CPU number --- diff --git a/sim/ppc/cpu.c b/sim/ppc/cpu.c index 1ced239caf6..46ac19bcb1e 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); }