diff options
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index bac27aa..c54ef66 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -1342,6 +1342,7 @@ static struct target_ops udi_ops = { 0, /* lookup_symbol */ udi_create_inferior, /* create_inferior */ udi_mourn, /* mourn_inferior FIXME */ + 0, /* can_run */ process_stratum, 0, /* next */ 1, 1, 1, 1, 1, /* all mem, mem, stack, regs, exec */ 0, 0, /* Section pointers */ |