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