From b1d8e52e636fd2c137e5abb2d59b331473e0930d Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 26 Oct 2008 13:43:07 +0000 Subject: Fix undeclared symbol warnings from sparse git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5539 c046a42c-6fe2-441c-8c8c-71466251a162 --- monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor.c') diff --git a/monitor.c b/monitor.c index f0a0bc3..01a177a 100644 --- a/monitor.c +++ b/monitor.c @@ -75,7 +75,7 @@ static int term_outbuf_index; static void monitor_start_input(void); -CPUState *mon_cpu = NULL; +static CPUState *mon_cpu = NULL; void term_flush(void) { -- cgit v1.1