]> Git Repo - qemu.git/blame - stubs/cpu-get-clock.c
target-sparc: simplify replace_tlb_entry by using TTE_PGSIZE
[qemu.git] / stubs / cpu-get-clock.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
5708fc66
PB
2#include "qemu-common.h"
3#include "qemu/timer.h"
4
5int64_t cpu_get_clock(void)
6{
7 return get_clock_realtime();
8}
This page took 0.200516 seconds and 4 git commands to generate.