Sign in
◑
Theme
qemu-android
/
qemu-android
/
a5df2a0222f424d86d0fd0b50e909af892da7eea
/
.
/
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
();
}