sim: mips: mark local func static

This commit is contained in:
Mike Frysinger 2021-05-01 21:16:17 -04:00
parent 8e5f151657
commit adbaa7b838
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2021-05-01 Mike Frysinger <vapier@gentoo.org>
* cp1.c (store_fcr): Mark static.
2021-05-01 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

View file

@ -421,7 +421,7 @@ store_fcr(sim_cpu *cpu,
}
}
void
static void
update_fcsr (sim_cpu *cpu,
address_word cia,
sim_fpu_status status)