mirror of
https://github.com/xqemu/xqemu.git
synced 2025-04-02 11:11:56 -04: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();
|
|
}
|