sim/common: Improve sim_dump_memory head comment

As requested by Mike.

	* sim-memopt.c: Improve head comment.
This commit is contained in:
Hans-Peter Nilsson
2022-02-16 07:34:15 +01:00
committed by Hans-Peter Nilsson
parent 7443cb7479
commit e94b2738a1

View File

@@ -641,7 +641,8 @@ sim_memory_uninstall (SIM_DESC sd)
void sim_dump_memory (SIM_DESC sd);
/* Convenience function for use when debugging the simulator. */
/* Convenience function for use when debugging the simulator, to be
called from within e.g. gdb. */
void
sim_dump_memory (SIM_DESC sd)