diff options
Diffstat (limited to 'sim/erc32/interf.c')
-rw-r--r-- | sim/erc32/interf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index 1931886..9d59471 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -184,7 +184,7 @@ SIM_DESC sim_open (kind, callback, abfd, argv) SIM_OPEN_KIND kind; struct host_callback_struct *callback; - struct _bfd *abfd; + struct bfd *abfd; char **argv; { @@ -304,7 +304,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; { |