repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi: switch x-input-send-event from console to device+head
[qemu/rayw.git]
/
stubs
/
cpu-get-icount.c
blob
3a6f2ab00f5c247d046deeba5ca313a3baf3b7b1
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"qemu/timer.h"
4
5
int
use_icount
;
6
7
int64_t
cpu_get_icount
(
void
)
8
{
9
abort
();
10
}