From: Liu Ping Fan Date: Sun, 21 Jul 2013 08:43:00 +0000 (+0000) Subject: timer: make timers_state static X-Git-Tag: v1.6.0-rc0~49^2~2^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9cd4007d5c7e877a006392eeafb2291f06d6685;p=thirdparty%2Fqemu.git timer: make timers_state static Signed-off-by: Liu Ping Fan Reviewed-by: Jan Kiszka Signed-off-by: Michael Tokarev --- diff --git a/cpus.c b/cpus.c index ca6b886592d..0f65e763f26 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)