mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 16:52:06 +00:00
timer: make timers_state static
Signed-off-by: Liu Ping Fan <pingfank@linux.vnet.ibm.com> Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
9220eeed62
commit
d9cd4007d5
2
cpus.c
2
cpus.c
@ -112,7 +112,7 @@ typedef struct TimersState {
|
|||||||
int64_t dummy;
|
int64_t dummy;
|
||||||
} TimersState;
|
} TimersState;
|
||||||
|
|
||||||
TimersState timers_state;
|
static TimersState timers_state;
|
||||||
|
|
||||||
/* Return the virtual CPU time, based on the instruction counter. */
|
/* Return the virtual CPU time, based on the instruction counter. */
|
||||||
int64_t cpu_get_icount(void)
|
int64_t cpu_get_icount(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user