diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-14 15:59:19 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-14 15:59:19 -0500 |
commit | bb8b27d5a82dc2ebbe2bcb2f0df253d1e24d57ff (patch) | |
tree | 8766a967e67d82ddc43a1cf0382478c2272b3445 /arch/sparc/linux/process.hh | |
parent | 160d1374a7587ae739b1facd5e60ec2ae0b49254 (diff) | |
download | gem5-bb8b27d5a82dc2ebbe2bcb2f0df253d1e24d57ff.tar.xz |
SPARC clean up towards compilability.
--HG--
extra : convert_revision : 156670995fa61599e763b002cd70f31f19b108d1
Diffstat (limited to 'arch/sparc/linux/process.hh')
-rw-r--r-- | arch/sparc/linux/process.hh | 1 |
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); |