]> Git Repo - qemu.git/blobdiff - cpus.c
hmp: Compile hmp_info_spice() only with CONFIG_SPICE
[qemu.git] / cpus.c
diff --git a/cpus.c b/cpus.c
index 2edb5cd807c69ca507abb45d03579ce5c48063d0..3a5323b1fc584ddf4bb64b7b1ca13c8bb197d0b9 100644 (file)
--- a/cpus.c
+++ b/cpus.c
@@ -324,7 +324,7 @@ static void icount_adjust(void)
 static void icount_adjust_rt(void *opaque)
 {
     timer_mod(icount_rt_timer,
-                   qemu_clock_get_ms(QEMU_CLOCK_REALTIME) + 1000);
+              qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL_RT) + 1000);
     icount_adjust();
 }
 
This page took 0.022705 seconds and 4 git commands to generate.