diff options
Diffstat (limited to 'sim/process.hh')
-rw-r--r-- | sim/process.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/process.hh b/sim/process.hh index ef54ced78..28c16a444 100644 --- a/sim/process.hh +++ b/sim/process.hh @@ -194,6 +194,7 @@ class LiveProcess : public Process // open and look at the object file. static LiveProcess *create(const std::string &nm, int stdin_fd, int stdout_fd, int stderr_fd, + std::string executable, std::vector<std::string> &argv, std::vector<std::string> &envp); }; |