diff options
Diffstat (limited to 'gdb/remote-es1800.c')
-rw-r--r-- | gdb/remote-es1800.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-es1800.c b/gdb/remote-es1800.c index 9a542e0..ca806b2 100644 --- a/gdb/remote-es1800.c +++ b/gdb/remote-es1800.c @@ -2187,6 +2187,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).", NULL, /* to_lookup_symbol */ es1800_create_inferior, /* to_create_inferior */ NULL, /* to_mourn_inferior */ + 0, /* to_can_run */ core_stratum, /* to_stratum */ 0, /* to_next */ 0, /* to_has_all_memory */ @@ -2232,6 +2233,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).", NULL, /* to_lookup_symbol */ es1800_create_inferior, /* to_create_inferior */ es1800_mourn_inferior, /* to_mourn_inferior */ + 0, /* to_can_run */ process_stratum, /* to_stratum */ 0, /* to_next */ 1, /* to_has_all_memory */ |