aboutsummaryrefslogtreecommitdiff
path: root/sim/w65/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/w65/interp.c')
-rw-r--r--sim/w65/interp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/w65/interp.c b/sim/w65/interp.c
index 70e7b47..54af071 100644
--- a/sim/w65/interp.c
+++ b/sim/w65/interp.c
@@ -322,9 +322,10 @@ sim_kill ()
}
void
-sim_open (kind,cb,argv)
+sim_open (kind, cb, abfd, argv)
SIM_OPEN_KIND kind;
host_callback *cb;
+ struct _bfd *abfd;
char **argv;
{
}