]> Git Repo - qemu.git/blob - stubs/cpu-get-icount.c
target-arm: Set CPU has_el3 prop during virt init
[qemu.git] / stubs / cpu-get-icount.c
1 #include "qemu-common.h"
2 #include "qemu/timer.h"
3
4 int use_icount;
5
6 int64_t cpu_get_icount(void)
7 {
8     abort();
9 }
This page took 0.021914 seconds and 4 git commands to generate.