提交 c396a7f0 编写于 作者: T ths

Windows build fix, spotted by Herve Poussineau.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3127 c046a42c-6fe2-441c-8c8c-71466251a162
上级 c40ec5a9
......@@ -1227,7 +1227,7 @@ static int win32_start_timer(struct qemu_alarm_timer *t)
data->host_alarm = CreateEvent(NULL, FALSE, FALSE, NULL);
if (!data->host_alarm) {
perror("Failed CreateEvent");
return -1
return -1;
}
memset(&tc, 0, sizeof(tc));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册