mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
9 lines
113 B
C
9 lines
113 B
C
#include "qemu-common.h"
|
|
#include "qemu/timer.h"
|
|
|
|
int use_icount;
|
|
|
|
int64_t cpu_get_icount(void)
|
|
{
|
|
abort();
|
|
}
|