OSDN Git Service

hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
[qmiga/qemu.git] / stubs / cpu-get-clock.c
1 #include "qemu/osdep.h"
2 #include "sysemu/cpu-timers.h"
3 #include "qemu/main-loop.h"
4
5 int64_t cpu_get_clock(void)
6 {
7     return get_clock_realtime();
8 }