aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/mem.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2008-06-06 19:26:10 +0000
committerDJ Delorie <dj@redhat.com>2008-06-06 19:26:10 +0000
commit7cc70e5388e37be790393ff8a83646331b46a3aa (patch)
tree07730853e6aca73ae29c8e91272b6fb2d838aa3d /sim/m32c/mem.c
parent3877a1459be9bdeb20ae891b3f68220b837a81cb (diff)
downloadfsf-binutils-gdb-7cc70e5388e37be790393ff8a83646331b46a3aa.zip
fsf-binutils-gdb-7cc70e5388e37be790393ff8a83646331b46a3aa.tar.gz
fsf-binutils-gdb-7cc70e5388e37be790393ff8a83646331b46a3aa.tar.bz2
Oops, missed some warnings.
* mem.h (m32c_sim_restore_console): New.
Diffstat (limited to 'sim/m32c/mem.c')
-rw-r--r--sim/m32c/mem.c2
1 files changed, 1 insertions, 1 deletions
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 ()