sim/common: Improve sim_dump_memory head comment
authorHans-Peter Nilsson <hp@axis.com>
Wed, 16 Feb 2022 06:34:15 +0000 (07:34 +0100)
committerHans-Peter Nilsson <hp@bitrange.com>
Wed, 16 Feb 2022 06:38:44 +0000 (07:38 +0100)
As requested by Mike.

* sim-memopt.c: Improve head comment.

sim/common/sim-memopt.c

index 62423421cf9c8b8d800172a87b79e8c1aba1b5d8..1f7186c5e12d2a3043dddc4c29ce7c05d9422e36 100644 (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)