gdb/
[deliverable/binutils-gdb.git] / gdb / findcmd.c
index b701d93c93cdf12782efc4a4a45fcc425d0ae7de..1d28914a3400b73eab5946da3c6e19aee24627bf 100644 (file)
@@ -276,7 +276,7 @@ find_command (char *args, int from_tty)
       if (found <= 0)
        break;
 
-      print_address (found_addr, gdb_stdout);
+      print_address (gdbarch, found_addr, gdb_stdout);
       printf_filtered ("\n");
       ++found_count;
       last_found_addr = found_addr;
This page took 0.023397 seconds and 4 git commands to generate.