]> Git Repo - qemu.git/blobdiff - qemu-timer.c
tcg-sparc: Fix qemu_ld/st to handle 32-bit host.
[qemu.git] / qemu-timer.c
index 5aea94e8e00ffb4ba6e93cfbfd2172e8d82ac787..c7a1551a3603db20b5ac08408a73d97a95c1f77b 100644 (file)
@@ -759,11 +759,8 @@ int init_timer_alarm(void)
         goto fail;
     }
 
-    /* first event is at time 0 */
     atexit(quit_timers);
-    t->pending = true;
     alarm_timer = t;
-
     return 0;
 
 fail:
This page took 0.023713 seconds and 4 git commands to generate.