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
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into...
[qemu/ar7.git]
/
stubs
/
cpu-get-icount.c
blob
b35f84463861d20cd433208b7918394642d918cd
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
}
17
18
void
qemu_timer_notify_cb
(
void
*
opaque
,
QEMUClockType type
)
19
{
20
qemu_notify_event
();
21
}