diff options
Diffstat (limited to 'sim/arm/wrapper.c')
-rw-r--r-- | sim/arm/wrapper.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c index 9e61ed6..941a8fd 100644 --- a/sim/arm/wrapper.c +++ b/sim/arm/wrapper.c @@ -229,8 +229,8 @@ sim_resume (SIM_DESC sd ATTRIBUTE_UNUSED, SIM_RC sim_create_inferior (SIM_DESC sd ATTRIBUTE_UNUSED, struct bfd * abfd, - char ** argv, - char ** env) + char * const *argv, + char * const *env) { int argvlen = 0; int mach; @@ -800,7 +800,7 @@ SIM_DESC sim_open (SIM_OPEN_KIND kind, host_callback *cb, struct bfd *abfd, - char **argv) + char * const *argv) { int i; SIM_DESC sd = sim_state_alloc (kind, cb); |