mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-01 22:42:18 +00:00
* 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.
This commit is contained in:
parent
afb6948757
commit
9cacb47b67
@ -2,6 +2,8 @@ Tue Nov 7 16:02:25 1995 Stu Grossman (grossman@cygnus.com)
|
||||
|
||||
* 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.
|
||||
|
||||
Tue Nov 7 12:59:14 1995 Raymond Jou <rjou@mexican.cygnus.com>
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user