Fix the function prototype for single_step().

Remove a couple of old print lines during startup.
This commit is contained in:
mark 1999-03-25 11:52:31 +00:00
parent 6dc68c9bd8
commit ec21bd9cf5

@ -136,7 +136,7 @@ int one_stepped;
void
single_step (ignore)
int ignore; /* signal, but we don't need it */
enum target_signal ignore; /* signal, but we don't need it */
{
CORE_ADDR arm_pc;
@ -176,6 +176,4 @@ extern char *target_name;
void
_initialize_arm_bnat ()
{
printf_unfiltered("%s target configuration is high experimental\n", target_name);
printf_unfiltered("Report any problems to amb@physig.ph.kcl.ac.uk\n\n");
}