50,52c50,51
< MipsLiveProcess::MipsLiveProcess(LiveProcessParams * params,
< ObjectFile *objFile)
< : LiveProcess(params, objFile)
---
> MipsProcess::MipsProcess(ProcessParams * params, ObjectFile *objFile)
> : Process(params, objFile)
70c69
< MipsLiveProcess::initState()
---
> MipsProcess::initState()
72c71
< LiveProcess::initState();
---
> Process::initState();
79c78
< MipsLiveProcess::argsInit(int pageSize)
---
> MipsProcess::argsInit(int pageSize)
194c193
< MipsLiveProcess::getSyscallArg(ThreadContext *tc, int &i)
---
> MipsProcess::getSyscallArg(ThreadContext *tc, int &i)
201,202c200
< MipsLiveProcess::setSyscallArg(ThreadContext *tc,
< int i, MipsISA::IntReg val)
---
> MipsProcess::setSyscallArg(ThreadContext *tc, int i, MipsISA::IntReg val)
209c207
< MipsLiveProcess::setSyscallReturn(ThreadContext *tc, SyscallReturn sysret)
---
> MipsProcess::setSyscallReturn(ThreadContext *tc, SyscallReturn sysret)