sim: constify arg to sim_do_command
[deliverable/binutils-gdb.git] / sim / moxie / interp.c
index 32687322297ab4bbd06e873c361a0ff1edc7ba20..a3f238a00669b2e93ce071a6da976a04459d694a 100644 (file)
@@ -1350,7 +1350,7 @@ sim_kill (sd)
 void
 sim_do_command (sd, cmd)
      SIM_DESC sd;
-     char * cmd;
+     const char *cmd;
 {
   if (sim_args_command (sd, cmd) != SIM_RC_OK)
     sim_io_printf (sd, 
This page took 0.023284 seconds and 4 git commands to generate.