提交 49cb826e 编写于 作者: A Andreas Färber 提交者: Stefan Hajnoczi

qemu-tool: Fix mixup of int64 and int64_t

Commit cbcfa041 (link the main loop and
its dependencies into the tools) introduced stray usages of int64.

Use int64_t instead.
Signed-off-by: NAndreas Färber <afaerber@suse.de>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
上级 8c4ec5c0
......@@ -59,12 +59,12 @@ void monitor_protocol_event(MonitorEvent event, QObject *data)
{
}
int64 cpu_get_clock(void)
int64_t cpu_get_clock(void)
{
abort();
}
int64 cpu_get_icount(void)
int64_t cpu_get_icount(void)
{
abort();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册