summaryrefslogtreecommitdiff
path: root/arch/mips/linux_process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/linux_process.hh')
-rw-r--r--arch/mips/linux_process.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/linux_process.hh b/arch/mips/linux_process.hh
index 5408a6c44..a3efee6de 100644
--- a/arch/mips/linux_process.hh
+++ b/arch/mips/linux_process.hh
@@ -39,6 +39,7 @@ class MipsLinuxProcess : public LiveProcess
/// Constructor.
MipsLinuxProcess(const std::string &name,
ObjectFile *objFile,
+ System *system,
int stdin_fd, int stdout_fd, int stderr_fd,
std::vector<std::string> &argv,
std::vector<std::string> &envp);