49,51c49,50
< AlphaLiveProcess::AlphaLiveProcess(LiveProcessParams *params,
< ObjectFile *objFile)
< : LiveProcess(params, objFile)
---
> AlphaProcess::AlphaProcess(ProcessParams *params, ObjectFile *objFile)
> : Process(params, objFile)
70c69
< AlphaLiveProcess::argsInit(int intSize, int pageSize)
---
> AlphaProcess::argsInit(int intSize, int pageSize)
179c178
< AlphaLiveProcess::setupASNReg()
---
> AlphaProcess::setupASNReg()
187c186
< AlphaLiveProcess::loadState(CheckpointIn &cp)
---
> AlphaProcess::loadState(CheckpointIn &cp)
189c188
< LiveProcess::loadState(cp);
---
> Process::loadState(cp);
197c196
< AlphaLiveProcess::initState()
---
> AlphaProcess::initState()
203c202
< LiveProcess::initState();
---
> Process::initState();
217c216
< AlphaLiveProcess::getSyscallArg(ThreadContext *tc, int &i)
---
> AlphaProcess::getSyscallArg(ThreadContext *tc, int &i)
224,225c223
< AlphaLiveProcess::setSyscallArg(ThreadContext *tc,
< int i, AlphaISA::IntReg val)
---
> AlphaProcess::setSyscallArg(ThreadContext *tc, int i, AlphaISA::IntReg val)
232c230
< AlphaLiveProcess::setSyscallReturn(ThreadContext *tc, SyscallReturn sysret)
---
> AlphaProcess::setSyscallReturn(ThreadContext *tc, SyscallReturn sysret)