Use sigsetjmp/siglongjmp in opcodes
[deliverable/binutils-gdb.git] / gdb / serial.c
index 2b1ecedae38801f17fe6db66c7bd08f3f94cb4c9..7471a6b5ab53073f5b6ff63a1e6f17c3ee2e6ab4 100644 (file)
@@ -130,7 +130,7 @@ serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout)
 }
 
 void
-serial_log_command (const char *cmd)
+serial_log_command (struct target_ops *self, const char *cmd)
 {
   if (!serial_logfp)
     return;
This page took 0.024386 seconds and 4 git commands to generate.