forked from Imagelibrary/binutils-gdb
* sol-thread.c (ignore): Change last argument to `gdb_byte.'
This commit is contained in:
@@ -1523,7 +1523,7 @@ sol_make_note_section (bfd *obfd, int *note_size)
|
||||
}
|
||||
|
||||
static int
|
||||
ignore (CORE_ADDR addr, char *contents)
|
||||
ignore (CORE_ADDR addr, gdb_byte *contents)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user