From e94b2738a1510462b481ef44901d7e91739b1f4f Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 16 Feb 2022 07:34:15 +0100 Subject: [PATCH] sim/common: Improve sim_dump_memory head comment As requested by Mike. * sim-memopt.c: Improve head comment. --- sim/common/sim-memopt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sim/common/sim-memopt.c b/sim/common/sim-memopt.c index 62423421cf9..1f7186c5e12 100644 --- a/sim/common/sim-memopt.c +++ b/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) -- 2.30.2