diff options
Diffstat (limited to 'sim/h8500/compile.c')
-rw-r--r-- | sim/h8500/compile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/h8500/compile.c b/sim/h8500/compile.c index aec8ce9..5db2bee 100644 --- a/sim/h8500/compile.c +++ b/sim/h8500/compile.c @@ -2443,7 +2443,7 @@ SIM_DESC sim_open (kind, cb, abfd, argv) SIM_OPEN_KIND kind; host_callback *cb; - struct _bfd *abfd; + struct bfd *abfd; char **argv; { sim_kind = kind; @@ -2484,7 +2484,7 @@ sim_load (sd, prog, abfd, from_tty) SIM_RC sim_create_inferior (sd, abfd, argv, env) SIM_DESC sd; - struct _bfd *abfd; + struct bfd *abfd; char **argv; char **env; { |