diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qruncom.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qruncom.c b/tests/qruncom.c index 491ecbc60e..fcc069f6d0 100644 --- a/tests/qruncom.c +++ b/tests/qruncom.c @@ -55,6 +55,11 @@ int cpu_get_pic_interrupt(CPUState *env) return -1; } +uint64_t cpu_get_tsc(CPUState *env) +{ + return 0; +} + static void set_gate(void *ptr, unsigned int type, unsigned int dpl, unsigned long addr, unsigned int sel) { |