sim/rx: mark some functions as static

Some functions that should be marked static.

sim/rx/ChangeLog:

	* fpu.c (check_exceptions): Make static.
	* gdb-if.c (handle_step): Likewise.
	* mem.c (mem_put_byte): Likewise.
This commit is contained in:
Andrew Burgess
2021-01-28 17:27:44 +00:00
parent 1c3e93a41f
commit 73d4725f21
4 changed files with 9 additions and 3 deletions

View File

@ -688,7 +688,7 @@ rx_signal_to_gdb_signal (int rx)
/* Take a step return code RC and set up the variables consulted by
sim_stop_reason appropriately. */
void
static void
handle_step (int rc)
{
if (execution_error_get_last_error () != SIM_ERR_NONE)