fix error in win32_rearm_timer
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Mar 2010 10:38:39 +0000 (11:38 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Mar 2010 16:14:52 +0000 (11:14 -0500)
commitbd0ff4850b437873af0e812eb6cc7ae0e9de5964
treeecd65423c17b4b748c5d889c1cb5be0d77a90825
parent4f2888adcce16471dfa6b4d7d2f4d67b42e623c7
fix error in win32_rearm_timer

The TIME_ONESHOT and TIME_PERIODIC flags are mutually exclusive.
The code after the patch matches the flags used in win32_start_timer.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c