X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=gdbstub.c;h=2fe71caba4354aaa22fadaeab274067423d261d6;hb=b4948be93e53c3b471666e51ce59303082626a2f;hp=ecea8c42cffd871544b05f3097f3b431a3f797e7;hpb=9850b05d216b3a835f92100fed64ffad77e5cf3b;p=mirror_qemu.git diff --git a/gdbstub.c b/gdbstub.c index ecea8c42cf..2fe71caba4 100644 --- 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;