(profile_print_core): Simplify by calling sim_core_map_to_str.

* sim-core.h (sim_core_map_to_str): Declare.
	* sim-core.c (sim_core_map_to_str): Make non-static.
This commit is contained in:
Doug Evans 1998-02-25 07:47:32 +00:00
parent 751197f231
commit ab062d2278
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ Tue Feb 24 22:45:39 1998 Doug Evans <devans@seba.cygnus.com>
* sim-profile.c (profile_print): Delete duplicate test of
PROFILE_INSN_IDX.
(profile_print_pc): Exit early if data collection not set up.
(profile_print_core): Simplify by calling sim_core_map_to_str.
* sim-core.h (sim_core_map_to_str): Declare.
* sim-core.c (sim_core_map_to_str): Make non-static.
Mon Feb 23 20:45:57 1998 Mark Alexander <marka@cygnus.com>