diff options
author | Stu Grossman <grossman@cygnus> | 1995-11-08 00:33:16 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-11-08 00:33:16 +0000 |
commit | 9cacb47b67666166e74269fde83a0378d37059ff (patch) | |
tree | 2bb240edabcdda4fb0bb2bcd2329ebf01acd021f /gdb/remote-mips.c | |
parent | afb6948757a36857971c7f57f1d69bf0d55ab940 (diff) | |
download | gdb-9cacb47b67666166e74269fde83a0378d37059ff.zip gdb-9cacb47b67666166e74269fde83a0378d37059ff.tar.gz gdb-9cacb47b67666166e74269fde83a0378d37059ff.tar.bz2 |
* remote-mips.c (mips_initialize): Fix brain damage found by
Jamie. Basically had case statement in the wrong place...
* (mips_load): Remove unnecessary `db tty0' command. It's all
handled by mips_initialize now.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 9199a28..f6600b1 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -2083,8 +2083,6 @@ mips_load (file, from_tty) mips_load_srec (file); - SERIAL_WRITE (mips_desc, "\015db tty0\015", sizeof "\015db tty0\015" - 1); - mips_initialize (); /* Finally, make the PC point at the start address */ |