aboutsummaryrefslogtreecommitdiff
path: root/stubs/cpu-get-clock.c
blob: 53b9c83d768c0457ce676ee1cd0dca003e3500b1 (plain)
1
2
3
4
5
6
7
8
#include "qemu/osdep.h"
#include "system/cpu-timers.h"
#include "qemu/main-loop.h"

int64_t cpu_get_clock(void)
{
    return get_clock_realtime();
}