39c39
< class PowerLinuxProcess : public PowerLiveProcess
---
> class PowerLinuxProcess : public PowerProcess
42c42
< PowerLinuxProcess(LiveProcessParams * params, ObjectFile *objFile);
---
> PowerLinuxProcess(ProcessParams * params, ObjectFile *objFile);
50c50
< using LiveProcess::getSyscallArg;
---
> using Process::getSyscallArg;