]> Git Repo - qemu.git/blob - stubs/cpu-get-clock.c
layout: Add generators for refcount table and blocks
[qemu.git] / stubs / cpu-get-clock.c
1 #include "qemu-common.h"
2 #include "qemu/timer.h"
3
4 int64_t cpu_get_clock(void)
5 {
6     return get_clock_realtime();
7 }
This page took 0.022694 seconds and 4 git commands to generate.