diff options
Diffstat (limited to 'sim/common/sim-options.c')
-rw-r--r-- | sim/common/sim-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index 571b292..a37dca9 100644 --- a/sim/common/sim-options.c +++ b/sim/common/sim-options.c @@ -265,7 +265,7 @@ standard_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt, if (WITH_ENVIRONMENT != ALL_ENVIRONMENT && WITH_ENVIRONMENT != STATE_ENVIRONMENT (sd)) { - char *type; + const char *type; switch (WITH_ENVIRONMENT) { case USER_ENVIRONMENT: type = "user"; break; |