|
@@ -56,7 +56,7 @@ typedef struct QEMUClock {
|
|
} QEMUClock;
|
|
} QEMUClock;
|
|
|
|
|
|
QEMUTimerListGroup main_loop_tlg;
|
|
QEMUTimerListGroup main_loop_tlg;
|
|
-QEMUClock qemu_clocks[QEMU_CLOCK_MAX];
|
|
|
|
|
|
+static QEMUClock qemu_clocks[QEMU_CLOCK_MAX];
|
|
|
|
|
|
/* A QEMUTimerList is a list of timers attached to a clock. More
|
|
/* A QEMUTimerList is a list of timers attached to a clock. More
|
|
* than one QEMUTimerList can be attached to each clock, for instance
|
|
* than one QEMUTimerList can be attached to each clock, for instance
|