* dwarf2-frame.c (dwarf2_frame_prev_register): Use gdb_byte.
[deliverable/binutils-gdb.git] / gdb / linux-thread-db.c
index fca0b048173d0ca841fa16a53f07ce662760898d..9a7ead8b1c633cb46d80760c9e8eb72668648113 100644 (file)
@@ -962,7 +962,7 @@ thread_db_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
 }
 
 static int
-thread_db_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+thread_db_xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write,
                       struct mem_attrib *attrib, struct target_ops *target)
 {
   struct cleanup *old_chain = save_inferior_ptid ();
This page took 0.023664 seconds and 4 git commands to generate.