]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-options.c
sim: constify arg to sim_do_command
[thirdparty/binutils-gdb.git] / sim / common / sim-options.c
index ed10dfe8954e6375fecdfb54989e3e0413ba5225..281a47f3b23a5bbc2d6d8fda27c424fb72de7881 100644 (file)
@@ -971,7 +971,7 @@ sim_complete_command (SIM_DESC sd, const char *text, const char *word)
 }
 
 SIM_RC
-sim_args_command (SIM_DESC sd, char *cmd)
+sim_args_command (SIM_DESC sd, const char *cmd)
 {
   /* something to do? */
   if (cmd == NULL)