diff options
Diffstat (limited to 'gdb/monitor.c')
-rw-r--r-- | gdb/monitor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/monitor.c b/gdb/monitor.c index 9420fe6..a8e4a6b 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -2268,6 +2268,9 @@ void init_monitor_ops (ops) struct target_ops *ops; { + if (monitor_ops.to_magic != OPS_MAGIC) + init_base_monitor_ops (); + memcpy (ops, &monitor_ops, sizeof monitor_ops); } |