From 73d4725f218a68bce7923d8a647a54f1e629b58d Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Thu, 28 Jan 2021 17:27:44 +0000 Subject: 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. --- sim/rx/gdb-if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/rx/gdb-if.c') diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c index 55eb13d..3d052e6 100644 --- a/sim/rx/gdb-if.c +++ b/sim/rx/gdb-if.c @@ -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) -- cgit v1.1