diff options
Diffstat (limited to 'sim/common/sim-profile.c')
-rw-r--r-- | sim/common/sim-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-profile.c b/sim/common/sim-profile.c index 5d075d1..9129a38 100644 --- a/sim/common/sim-profile.c +++ b/sim/common/sim-profile.c @@ -108,7 +108,7 @@ static const OPTION profile_options[] = { /* Set/reset the profile options indicated in MASK. */ -static SIM_RC +SIM_RC set_profile_option_mask (SIM_DESC sd, const char *name, int mask, const char *arg) { int profile_nr; |