diff options
Diffstat (limited to 'gdb/regcache-dump.c')
-rw-r--r-- | gdb/regcache-dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/regcache-dump.c b/gdb/regcache-dump.c index 7d4455a..10f6e49 100644 --- a/gdb/regcache-dump.c +++ b/gdb/regcache-dump.c @@ -305,8 +305,9 @@ maintenance_print_remote_registers (const char *args, int from_tty) regcache_print (args, regcache_dump_remote); } +void _initialize_regcache_dump (); void -_initialize_regcache_dump (void) +_initialize_regcache_dump () { add_cmd ("registers", class_maintenance, maintenance_print_registers, _("Print the internal register configuration.\n" |