]> Git Repo - qemu.git/blobdiff - gdbstub.c
target-i386: fix pcmpxstrx equal-ordered (strstr) mode
[qemu.git] / gdbstub.c
index eee9b25181a47bca5d8a0bc5ebc92817c529d5e8..d2c95b5d1ef1bc76870456f4b5936ca4ae975770 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -1359,7 +1359,7 @@ void gdb_do_syscallv(gdb_syscall_complete_cb cb, const char *fmt, va_list va)
        is still in the running state, which can cause packets to be dropped
        and state transition 'T' packets to be sent while the syscall is still
        being processed.  */
-    cpu_exit(s->c_cpu);
+    qemu_cpu_kick(s->c_cpu);
 #endif
 }
 
This page took 0.023261 seconds and 4 git commands to generate.