diff options
Diffstat (limited to 'gdb/dcache.c')
-rw-r--r-- | gdb/dcache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dcache.c b/gdb/dcache.c index 76d14a2..f018882 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -684,8 +684,9 @@ show_dcache_command (const char *args, int from_tty) cmd_show_list (dcache_show_list, from_tty, ""); } +void _initialize_dcache (); void -_initialize_dcache (void) +_initialize_dcache () { add_setshow_boolean_cmd ("remotecache", class_support, &dcache_enabled_p, _("\ |