diff options
Diffstat (limited to 'sim/common/sim-hload.c')
-rw-r--r-- | sim/common/sim-hload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-hload.c b/sim/common/sim-hload.c index b8726ba..07a608b 100644 --- a/sim/common/sim-hload.c +++ b/sim/common/sim-hload.c @@ -31,7 +31,7 @@ SIM_RC sim_load (sd, prog_name, prog_bfd, from_tty) SIM_DESC sd; char *prog_name; - struct _bfd *prog_bfd; + struct bfd *prog_bfd; int from_tty; { bfd *result_bfd; |