1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / monitor.c
index 9420fe6934ecc0c1a360d9e759c3890ac2af6cd7..a8e4a6be26d9d5e780728afff15dd818186bdec8 100644 (file)
@@ -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);
 }
 
This page took 0.023328 seconds and 4 git commands to generate.