aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-hload.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-hload.c')
-rw-r--r--sim/common/sim-hload.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sim/common/sim-hload.c b/sim/common/sim-hload.c
index 9466770..66a981b 100644
--- a/sim/common/sim-hload.c
+++ b/sim/common/sim-hload.c
@@ -27,11 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
modeling a hardware platform. */
SIM_RC
-sim_load (sd, prog_name, prog_bfd, from_tty)
- SIM_DESC sd;
- char *prog_name;
- struct bfd *prog_bfd;
- int from_tty;
+sim_load (SIM_DESC sd, char *prog_name, struct bfd *prog_bfd, int from_tty)
{
bfd *result_bfd;