diff options
Diffstat (limited to 'sim/common/run-sim.h')
-rw-r--r-- | sim/common/run-sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/run-sim.h b/sim/common/run-sim.h index 58023a9..aacae88 100644 --- a/sim/common/run-sim.h +++ b/sim/common/run-sim.h @@ -30,7 +30,7 @@ int sim_target_parse_command_line PARAMS ((int, char **)); /* Display a list of target specific switches supported by this target. */ -void sim_target_display_usage PARAMS ((void)); +void sim_target_display_usage PARAMS ((int help)); #endif |