summaryrefslogtreecommitdiff
path: root/src/arch/mips/linux/process.cc
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2009-09-17 15:59:43 -0400
committerKorey Sewell <ksewell@umich.edu>2009-09-17 15:59:43 -0400
commitb7094ec38b8ec2f4de1fdf3d60a0f5953efa3e06 (patch)
tree2aaf0673fb621d2a90d15b6df8689477aead372a /src/arch/mips/linux/process.cc
parent6f7e1961131250817f6b73f5ee8cf7902bb4bba0 (diff)
downloadgem5-b7094ec38b8ec2f4de1fdf3d60a0f5953efa3e06.tar.xz
mips: fix command line arguments
arguments were not being saved correctly into M5 memory
Diffstat (limited to 'src/arch/mips/linux/process.cc')
-rw-r--r--src/arch/mips/linux/process.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/mips/linux/process.cc b/src/arch/mips/linux/process.cc
index 0fa3c382a..dde3a4efd 100644
--- a/src/arch/mips/linux/process.cc
+++ b/src/arch/mips/linux/process.cc
@@ -413,12 +413,6 @@ MipsLinuxProcess::MipsLinuxProcess(LiveProcessParams * params,
Num_Syscall_Descs(sizeof(syscallDescs) / sizeof(SyscallDesc))
{ }
-void
-MipsLinuxProcess::startup()
-{
- MipsLiveProcess::argsInit(MachineBytes, VMPageSize);
-}
-
SyscallDesc*
MipsLinuxProcess::getDesc(int callnum)
{