]> git.proxmox.com Git - mirror_qemu.git/blobdiff - gdbstub.c
tests/boot_linux_console: fix extract_from_deb() comment
[mirror_qemu.git] / gdbstub.c
index 4cf8af365e213b60b1bd5053a80d1d8205b7e8bd..ce304ff4822ea99194d5c35ba39d30ad211b224e 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -3171,7 +3171,7 @@ static void gdb_chr_receive(void *opaque, const uint8_t *buf, int size)
     }
 }
 
-static void gdb_chr_event(void *opaque, int event)
+static void gdb_chr_event(void *opaque, QEMUChrEvent event)
 {
     int i;
     GDBState *s = (GDBState *) opaque;