| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 19, 2012, 10:32 a.m. |
| Message ID | <1326969127-22458-2-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/136808/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qemu-tool.c b/qemu-tool.c index c73bf71..6b69668 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -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(); }