qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL trivial 02/11] timer: make timers_state static


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL trivial 02/11] timer: make timers_state static
Date: Sat, 27 Jul 2013 11:33:17 +0400

From: Liu Ping Fan <address@hidden>

Signed-off-by: Liu Ping Fan <address@hidden>
Reviewed-by: Jan Kiszka <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 cpus.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpus.c b/cpus.c
index ca6b886..0f65e76 100644
--- a/cpus.c
+++ b/cpus.c
@@ -112,7 +112,7 @@ typedef struct TimersState {
     int64_t dummy;
 } TimersState;
 
-TimersState timers_state;
+static TimersState timers_state;
 
 /* Return the virtual CPU time, based on the instruction counter.  */
 int64_t cpu_get_icount(void)
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]