projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
231c658
)
Fix typo in comment, by Andreas Faerber.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 26 Aug 2007 17:31:30 +0000
(17:31 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 26 Aug 2007 17:31:30 +0000
(17:31 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3143
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 00de846d9d33ac12850a081f2adb1bc1b2186fa6..53b46259abab32629199939039ec1b2156effe50 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-1373,7
+1373,7
@@
static void dynticks_rearm_timer(struct qemu_alarm_timer *t)
}
}
-#endif /*
!
defined(__linux__) */
+#endif /* defined(__linux__) */
static int unix_start_timer(struct qemu_alarm_timer *t)
{