projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b76bdc
)
(int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, patch by...
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Oct 2007 19:47:09 +0000
(19:47 +0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Oct 2007 19:47:09 +0000
(19:47 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3325
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 46ce9008d8bd840c6e26ccdf06a27e25ed079cc7..c34f9590ca4869d1dc89223b6357a50ebd8d18a6 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-1181,7
+1181,7
@@
static void host_alarm_handler(int host_signum)
static uint64_t qemu_next_deadline(void)
{
- int64_t nearest_delta_us =
U
INT64_MAX;
+ int64_t nearest_delta_us = INT64_MAX;
int64_t vmdelta_us;
if (active_timers[QEMU_TIMER_REALTIME])