* monitor.c (set_loadtype_command): Fixed so it doesn't core dump.
[deliverable/binutils-gdb.git] / gdb / op50-rom.c
index 37aa61e58b6ef7dcd1a73af181880c2b69de71a2..b0c853abf939693496765c16221731f2da724227 100644 (file)
@@ -119,7 +119,7 @@ struct monitor_ops op50n_cmds = {
   " ",                                 /* end-of-command delimitor */
   ".\n",                               /* optional command terminator */
   &op50n_ops,                          /* target operations */
-  "srec,binary",                       /* load types */
+  "srec,ascii-srec,default",           /* load types */
   op50n_regnames
 };
 
This page took 0.024771 seconds and 4 git commands to generate.