remove pop_target
[deliverable/binutils-gdb.git] / gdb / bfd-target.c
index a7dee242008e7ab4b82aab24e5a8321e77ea4d28..8d09831c8182f9d51edccd78506e1f84713869c1 100644 (file)
@@ -96,6 +96,7 @@ target_bfd_reopen (struct bfd *abfd)
   t->to_xfer_partial = target_bfd_xfer_partial;
   t->to_xclose = target_bfd_xclose;
   t->to_data = data;
+  t->to_magic = OPS_MAGIC;
 
   return t;
 }
This page took 0.023669 seconds and 4 git commands to generate.