Define YYOBJ in terms of YYFILES
[deliverable/binutils-gdb.git] / gdb / gdbserver / spu-low.c
index 0f770a0df1f206263798f2fa159ca173567d555d..3069cfb9e9540525d5df3a0dd29efa75dd4efb8c 100644 (file)
@@ -280,7 +280,7 @@ spu_ptrace_fun ()
 
 static int
 spu_create_inferior (const char *program,
-                    const std::vector<char *> &program_argv)
+                    const std::vector<char *> &program_args)
 {
   int pid;
   ptid_t ptid;
@@ -289,7 +289,7 @@ spu_create_inferior (const char *program,
 
   pid = fork_inferior (program,
                       str_program_args.c_str (),
-                      environ_vector (get_environ ()), spu_ptrace_fun,
+                      get_environ ()->envp (), spu_ptrace_fun,
                       NULL, NULL, NULL, NULL);
 
   post_fork_inferior (pid, program);
This page took 0.024166 seconds and 4 git commands to generate.