38c38
< class AlphaLiveProcess : public LiveProcess
---
> class AlphaProcess : public Process
44c44
< AlphaLiveProcess(LiveProcessParams *params, ObjectFile *objFile);
---
> AlphaProcess(ProcessParams *params, ObjectFile *objFile);
54c54
< using LiveProcess::getSyscallArg;
---
> using Process::getSyscallArg;
59c59
< // override default implementation in LiveProcess as the mmap
---
> // override default implementation in Process as the mmap