]> git.proxmox.com Git - mirror_qemu.git/blobdiff - gdbstub.c
char: remove init callback
[mirror_qemu.git] / gdbstub.c
index ecea8c42cffd871544b05f3097f3b431a3f797e7..2fe71caba4354aaa22fadaeab274067423d261d6 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -1745,7 +1745,7 @@ int gdbserver_start(const char *device)
             sigaction(SIGINT, &act, NULL);
         }
 #endif
-        chr = qemu_chr_new_noreplay("gdb", device, NULL);
+        chr = qemu_chr_new_noreplay("gdb", device);
         if (!chr)
             return -1;