* defs.h (print_address_symbolic, build_address_symbolic): Update
[platform/upstream/binutils.git] / gdb / breakpoint.c
index 6875e8e..f041e64 100644 (file)
@@ -3982,7 +3982,8 @@ static void print_breakpoint_location (struct breakpoint *b,
     }
   else if (loc)
     {
-      print_address_symbolic (loc->address, stb->stream, demangle, "");
+      print_address_symbolic (loc->gdbarch, loc->address, stb->stream,
+                             demangle, "");
       ui_out_field_stream (uiout, "at", stb);
     }
   else