summaryrefslogtreecommitdiff
path: root/arch/alpha/process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/process.hh')
-rw-r--r--arch/alpha/process.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/process.hh b/arch/alpha/process.hh
index 4a2a4212e..a2eb65890 100644
--- a/arch/alpha/process.hh
+++ b/arch/alpha/process.hh
@@ -39,7 +39,7 @@ namespace AlphaISA
{
LiveProcess *
-createProcess(const std::string &nm, ObjectFile * objFile,
+createProcess(const std::string &nm, ObjectFile * objFile, System * system,
int stdin_fd, int stdout_fd, int stderr_fd,
std::vector<std::string> &argv, std::vector<std::string> &envp);