41d40
< class LiveProcess;
43d41
< class System;
45c43
< class MipsLiveProcess : public LiveProcess
---
> class MipsProcess : public Process
48c46
< MipsLiveProcess(LiveProcessParams * params, ObjectFile *objFile);
---
> MipsProcess(ProcessParams * params, ObjectFile *objFile);
58c56
< using LiveProcess::getSyscallArg;
---
> using Process::getSyscallArg;