Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'
[deliverable/binutils-gdb.git] / gdb / common / print-utils.c
index 1c1a5c1fd4b15577ef976ea2b882c925ce8a81ce..7eba07d5e80fa05101912f37d57f463223c15b8e 100644 (file)
@@ -316,7 +316,7 @@ core_addr_to_string_nz (const CORE_ADDR addr)
 /* See print-utils.h.  */
 
 const char *
-host_address_to_string (const void *addr)
+host_address_to_string_1 (const void *addr)
 {
   char *str = get_cell ();
 
This page took 0.022991 seconds and 4 git commands to generate.