From: Liu Ping Fan Date: Sun, 21 Jul 2013 08:43:00 +0000 (+0000) Subject: timer: make timers_state static X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~524^2~3^2~345^2~2^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9cd4007d5c7e877a006392eeafb2291f06d6685;p=sdk%2Femulator%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 ca6b886592..0f65e763f2 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)