sim: mips: mark local func static
This commit is contained in:
parent
8e5f151657
commit
adbaa7b838
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2021-05-01 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
|
@ -421,7 +421,7 @@ store_fcr(sim_cpu *cpu,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
update_fcsr (sim_cpu *cpu,
|
update_fcsr (sim_cpu *cpu,
|
||||||
address_word cia,
|
address_word cia,
|
||||||
sim_fpu_status status)
|
sim_fpu_status status)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue