From 7cc70e5388e37be790393ff8a83646331b46a3aa Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 6 Jun 2008 19:26:10 +0000 Subject: Oops, missed some warnings. * mem.h (m32c_sim_restore_console): New. --- sim/m32c/mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/m32c/mem.c') diff --git a/sim/m32c/mem.c b/sim/m32c/mem.c index a277787..474fc5e 100644 --- a/sim/m32c/mem.c +++ b/sim/m32c/mem.c @@ -374,7 +374,7 @@ mem_get_pc () } static int console_raw = 0; -static struct termios attr, oattr; +static struct termios oattr; static int stdin_ready () -- cgit v1.1