mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Add # in front of CPU number
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user