summaryrefslogtreecommitdiff
path: root/gdbserver/lynx-low.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/lynx-low.cc')
-rw-r--r--gdbserver/lynx-low.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/lynx-low.cc b/gdbserver/lynx-low.cc
index 9aa140c1298..a8e4e6079bd 100644
--- a/gdbserver/lynx-low.cc
+++ b/gdbserver/lynx-low.cc
@@ -253,7 +253,7 @@ lynx_process_target::create_inferior (const char *program,
const std::vector<char *> &program_args)
{
int pid;
- std::string str_program_args = stringify_argv (program_args);
+ std::string str_program_args = construct_inferior_arguments (program_args);
lynx_debug ("create_inferior ()");