87c9b5e047 ^
5708fc6655 ^
4b4629d9d2 ^
1
2 3
4
5 6 7 8 9 10 11
#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/timer.h" #include "sysemu/cpus.h" int use_icount; int64_t cpu_get_icount(void) { abort(); }