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