summaryrefslogtreecommitdiff
path: root/arch/mips/process.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-03-12 05:58:28 -0500
committerKorey Sewell <ksewell@umich.edu>2006-03-12 05:58:28 -0500
commit57d53f8a9d738b43e0de41a70813e3a6de8d4dfb (patch)
tree2bd45bf1d4a23ca8696b76fbffff3754dd244d4a /arch/mips/process.hh
parent18ba0f85486f0dd919064ba2b0ed8c53a7861298 (diff)
parent4d19bbeeebd026b0aab52e381ee77e4141ed9dd1 (diff)
downloadgem5-57d53f8a9d738b43e0de41a70813e3a6de8d4dfb.tar.xz
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/.automount/zooks/y/ksewell/research/m5-sim/newmem --HG-- extra : convert_revision : b101fa550567d5a9f5de6c2d8c3f67829ae050c1
Diffstat (limited to 'arch/mips/process.hh')
-rw-r--r--arch/mips/process.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/process.hh b/arch/mips/process.hh
index ab4323107..b2a35d688 100644
--- a/arch/mips/process.hh
+++ b/arch/mips/process.hh
@@ -32,11 +32,13 @@
#include "arch/mips/linux_process.hh"
#include "base/loader/object_file.hh"
+using namespace std;
+
namespace MipsISA
{
LiveProcess *
-createProcess(const string &nm, ObjectFile * objFile,
+createProcess(const string &nm, ObjectFile * objFile,System * system,
int stdin_fd, int stdout_fd, int stderr_fd,
vector<string> &argv, vector<string> &envp);