gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / tracefile-tfile.c
index c1a4a49337246e34d9586e4a2a8d8db836002d92..ea19177475179f741289353995d82cf858a78e48 100644 (file)
@@ -1131,8 +1131,9 @@ tfile_append_tdesc_line (const char *line)
   buffer_grow_str (&trace_tdesc, "\n");
 }
 
+void _initialize_tracefile_tfile ();
 void
-_initialize_tracefile_tfile (void)
+_initialize_tracefile_tfile ()
 {
   add_target (tfile_target_info, tfile_target_open, filename_completer);
 }
This page took 0.025154 seconds and 4 git commands to generate.