These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / cpu-get-icount.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "qemu/timer.h"
4
5 int use_icount;
6
7 int64_t cpu_get_icount(void)
8 {
9     abort();
10 }