forked from Imagelibrary/binutils-gdb
* ia64-tdep.c (floatformat_valid): Change type of `from' from
`const char *' to `const void *'.
This commit is contained in:
@@ -324,7 +324,7 @@ ia64_dwarf_reg_to_regnum (int reg)
|
||||
}
|
||||
|
||||
static int
|
||||
floatformat_valid (const struct floatformat *fmt, const char *from)
|
||||
floatformat_valid (const struct floatformat *fmt, const void *from)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user