Fixed vfp issues

This commit is contained in:
archshift
2014-05-17 10:55:45 -07:00
parent c1394650ff
commit c396a5ac57
4 changed files with 10 additions and 10 deletions

View File

@ -86,12 +86,12 @@ static union
} reg_conv;
static void
printf_nothing (void *foo, ...)
printf_nothing (const char *foo, ...)
{
}
static void
cirrus_not_implemented (char *insn)
cirrus_not_implemented (const char *insn)
{
fprintf (stderr, "Cirrus instruction '%s' not implemented.\n", insn);
fprintf (stderr, "aborting!\n");