Compute the function length instead of hard coding it
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
index 061469030206b9367c6e2efc6379f5cb1ebcbb0b..3bda04375679d25ae19aae7ad7e4559f3918dca5 100644 (file)
@@ -564,7 +564,7 @@ static void
 gdbsim_load (struct target_ops *self, char *args, int fromtty)
 {
   char **argv;
-  char *prog;
+  const char *prog;
   struct sim_inferior_data *sim_data
     = get_sim_inferior_data (current_inferior (), SIM_INSTANCE_NEEDED);
 
This page took 0.023718 seconds and 4 git commands to generate.