commit | a332e112b73d641ca603066e46bb5b05d6c054fc | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Sep 03 17:55:47 2005 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Sep 03 17:55:47 2005 +0000 |
tree | 28e05df975d98a2e75af8bc4796ee38aa9d3751c | |
parent | ca0d1734b44a67ca0077c3f5714d901f7489559d [diff] [blame] |
kqemu_cpu_interrupt support for win32 (Filip Navara) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1566 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/vl.c b/vl.c index 9819916..ea46bdc 100644 --- a/vl.c +++ b/vl.c
@@ -875,6 +875,9 @@ qemu_get_clock(rt_clock))) { /* stop the cpu because a timer occured */ cpu_interrupt(global_env, CPU_INTERRUPT_EXIT); +#ifdef USE_KQEMU + kqemu_cpu_interrupt(global_env); +#endif } }