From b7094ec38b8ec2f4de1fdf3d60a0f5953efa3e06 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Thu, 17 Sep 2009 15:59:43 -0400 Subject: mips: fix command line arguments arguments were not being saved correctly into M5 memory --- src/arch/mips/process.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/arch/mips/process.hh') diff --git a/src/arch/mips/process.hh b/src/arch/mips/process.hh index 87c62330f..b8f4de20a 100644 --- a/src/arch/mips/process.hh +++ b/src/arch/mips/process.hh @@ -45,7 +45,9 @@ class MipsLiveProcess : public LiveProcess protected: MipsLiveProcess(LiveProcessParams * params, ObjectFile *objFile); - virtual void startup(); + void startup(); + + void argsInit(int intSize, int pageSize); public: MipsISA::IntReg getSyscallArg(ThreadContext *tc, int i); -- cgit v1.2.3