]> Git Repo - qemu.git/blame - stubs/cpu-get-clock.c
target/ppc: fix signal delivery for ppc64abi32
[qemu.git] / stubs / cpu-get-clock.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
5708fc66
PB
2#include "qemu/timer.h"
3
4int64_t cpu_get_clock(void)
5{
6 return get_clock_realtime();
7}
This page took 0.27823 seconds and 4 git commands to generate.