forked from Imagelibrary/binutils-gdb
sim: convert old style prototypes
Most of these prototypes have been killed off, but we have a few left in the sim tree. Clean them up so we can enable the -W flag for it.
This commit is contained in:
@@ -27,11 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
modeling a hardware platform. */
|
||||
|
||||
SIM_RC
|
||||
sim_load (sd, prog_name, prog_bfd, from_tty)
|
||||
SIM_DESC sd;
|
||||
char *prog_name;
|
||||
struct bfd *prog_bfd;
|
||||
int from_tty;
|
||||
sim_load (SIM_DESC sd, char *prog_name, struct bfd *prog_bfd, int from_tty)
|
||||
{
|
||||
bfd *result_bfd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user