diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-12 04:37:18 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-12 04:37:18 +0000 |
commit | b6ce113a2d8af9840cc5fc4d5bd189570b6e1c9c (patch) | |
tree | 924f010e10af9a497336411a68e721e78eee4bb2 /sim/m32r/sim-if.c | |
parent | 7e0dae8dc181549082baf0824eec205d9618edd2 (diff) | |
download | gdb-1999-10-11.tar.gz |
import gdb-1999-10-11 snapshotgdb-1999-10-11
Diffstat (limited to 'sim/m32r/sim-if.c')
-rw-r--r-- | sim/m32r/sim-if.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/m32r/sim-if.c b/sim/m32r/sim-if.c index 3ef5a315b8b..a7cbe1cd9ba 100644 --- a/sim/m32r/sim-if.c +++ b/sim/m32r/sim-if.c @@ -235,6 +235,11 @@ print_m32r_misc_cpu (SIM_CPU *cpu, int verbose) PROFILE_LABEL_WIDTH, "Fill nops:", sim_add_commas (buf, sizeof (buf), CPU_M32R_MISC_PROFILE (cpu)->fillnop_count)); + if (STATE_ARCHITECTURE (sd)->mach == bfd_mach_m32rx) + sim_io_printf (sd, " %-*s %s\n\n", + PROFILE_LABEL_WIDTH, "Parallel insns:", + sim_add_commas (buf, sizeof (buf), + CPU_M32R_MISC_PROFILE (cpu)->parallel_count)); } } |