Sign in
qemu
/
qemu
/
38b54b6dc18ae7e2a32e5ae38b312fb13f0584c8
/
.
/
stubs
/
cpu-get-icount.c
blob: d68585965fd7ff390068090951925fa39b65c8ed [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"qemu/timer.h"
int
use_icount
;
int64_t
cpu_get_icount
(
void
)
{
abort
();
}