X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fm68hc11%2Finterp.c;h=8a60606223ab76d5bbca1d57afd96ba3b84ef6b7;hb=6b4a89357a450b6d6bd517fe435bb15e17038f24;hp=74674ce2969c856875724e8d0dc7013623b47f30;hpb=27cddce2ee06c2cb085ff7abdb2ac534f3b1fabc;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/m68hc11/interp.c b/sim/m68hc11/interp.c index 74674ce296..8a60606223 100644 --- a/sim/m68hc11/interp.c +++ b/sim/m68hc11/interp.c @@ -295,7 +295,7 @@ sim_hw_configure (SIM_DESC sd) } static int -sim_prepare_for_program (SIM_DESC sd, struct _bfd* abfd) +sim_prepare_for_program (SIM_DESC sd, struct bfd* abfd) { sim_cpu *cpu; @@ -341,7 +341,7 @@ sim_prepare_for_program (SIM_DESC sd, struct _bfd* abfd) SIM_DESC sim_open (SIM_OPEN_KIND kind, host_callback *callback, - struct _bfd *abfd, char **argv) + struct bfd *abfd, char **argv) { SIM_DESC sd; sim_cpu *cpu; @@ -486,7 +486,7 @@ sim_info (SIM_DESC sd, int verbose) } SIM_RC -sim_create_inferior (SIM_DESC sd, struct _bfd *abfd, +sim_create_inferior (SIM_DESC sd, struct bfd *abfd, char **argv, char **env) { return sim_prepare_for_program (sd, abfd);