Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'
[deliverable/binutils-gdb.git] / gdb / utils.c
index afeff12875d9b205c6bfcf14bcc4b91f24fd0ffa..255aee893b1b4b0bf3875475a782e86b11525d73 100644 (file)
@@ -1104,7 +1104,7 @@ print_spaces (int n, struct ui_file *file)
 /* Print a host address.  */
 
 void
-gdb_print_host_address (const void *addr, struct ui_file *stream)
+gdb_print_host_address_1 (const void *addr, struct ui_file *stream)
 {
   fprintf_filtered (stream, "%s", host_address_to_string (addr));
 }
This page took 0.028425 seconds and 4 git commands to generate.