repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)
[qemu/ar7.git]
/
stubs
/
cpu-get-icount.c
blob
40016132409399f35c78e6b0cc07b03f3fe71dc0
1
#include
"qemu/osdep.h"
2
#include
"qemu/timer.h"
3
#include
"sysemu/cpus.h"
4
#include
"qemu/main-loop.h"
5
6
int
use_icount
;
7
8
int64_t
cpu_get_icount
(
void
)
9
{
10
abort
();
11
}
12
13
int64_t
cpu_get_icount_raw
(
void
)
14
{
15
abort
();
16
}