summaryrefslogtreecommitdiff
path: root/arch/sparc/linux/process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/linux/process.hh')
-rw-r--r--arch/sparc/linux/process.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/linux/process.hh b/arch/sparc/linux/process.hh
index c41406b4b..36b2819da 100644
--- a/arch/sparc/linux/process.hh
+++ b/arch/sparc/linux/process.hh
@@ -39,6 +39,7 @@ class SparcLinuxProcess : public LiveProcess
/// Constructor.
SparcLinuxProcess(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);