summaryrefslogtreecommitdiff
path: root/sim/i960/sim-if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/i960/sim-if.c')
-rw-r--r--sim/i960/sim-if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/i960/sim-if.c b/sim/i960/sim-if.c
index 6179739b3c2..423dac09db9 100644
--- a/sim/i960/sim-if.c
+++ b/sim/i960/sim-if.c
@@ -52,7 +52,7 @@ SIM_DESC
sim_open (kind, callback, abfd, argv)
SIM_OPEN_KIND kind;
host_callback *callback;
- struct _bfd *abfd;
+ struct bfd *abfd;
char **argv;
{
char c;
@@ -178,7 +178,7 @@ sim_close (sd, quitting)
SIM_RC
sim_create_inferior (sd, abfd, argv, envp)
SIM_DESC sd;
- struct _bfd *abfd;
+ struct bfd *abfd;
char **argv;
char **envp;
{