diff options
Diffstat (limited to 'gdb/array-rom.c')
-rw-r--r-- | gdb/array-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/array-rom.c b/gdb/array-rom.c index 23c20a8..9f59bd7 100644 --- a/gdb/array-rom.c +++ b/gdb/array-rom.c @@ -102,6 +102,7 @@ array_open(args, from_tty) tmp_mips_processor_type = "lsi33k"; /* change the default from r3051 */ mips_set_processor_type_command ("lsi33k", 0); + baud_rate = 4800; /* this is the only supported baud rate */ monitor_open (args, &array_cmds, from_tty); } @@ -120,7 +121,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya)."; array_ops.to_open = array_open; add_target (&array_ops); - baud_rate = 4800; /* this is the only supported baud rate */ } |