]> Git Repo - qemu.git/blame - stubs/cpu-get-icount.c
qmp: add QMP interface "query-cpu-model-comparison"
[qemu.git] / stubs / cpu-get-icount.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
5708fc66
PB
2#include "qemu-common.h"
3#include "qemu/timer.h"
4b4629d9 4#include "sysemu/cpus.h"
5708fc66
PB
5
6int use_icount;
7
8int64_t cpu_get_icount(void)
9{
10 abort();
11}
This page took 0.193956 seconds and 4 git commands to generate.