diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/sim-memopt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/sim-memopt.c b/sim/common/sim-memopt.c index 6242342..1f7186c 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) |