* gdbarch.sh (target_gdbarch): Remove macro.
[deliverable/binutils-gdb.git] / gdb / exec.c
index 2bd31816f9a0229ec06871e326f31dc5d5af0096..615d5c097ed20e4116a9628077e0dae2299d09c6 100644 (file)
@@ -767,7 +767,7 @@ exec_files_info (struct target_ops *t)
 
   if (vmap)
     {
-      int addr_size = gdbarch_addr_bit (target_gdbarch) / 8;
+      int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
       struct vmap *vp;
 
       printf_unfiltered (_("\tMapping info for file `%s'.\n"), vmap->name);
This page took 0.027194 seconds and 4 git commands to generate.