Browse Source

sim/common: Improve sim_dump_memory head comment

As requested by Mike.

	* sim-memopt.c: Improve head comment.
gdb-12-branch
Hans-Peter Nilsson 4 years ago
committed by Hans-Peter Nilsson
parent
commit
e94b2738a1
  1. 3
      sim/common/sim-memopt.c

3
sim/common/sim-memopt.c

@ -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)

Loading…
Cancel
Save