48c48
< unameFunc(SyscallDesc *desc, int callnum, LiveProcess *process,
---
> unameFunc(SyscallDesc *desc, int callnum, Process *process,
325,327c325,327
< SparcSolarisProcess::SparcSolarisProcess(LiveProcessParams * params,
< ObjectFile *objFile)
< : Sparc64LiveProcess(params, objFile),
---
> SparcSolarisProcess::SparcSolarisProcess(ProcessParams * params,
> ObjectFile *objFile)
> : Sparc64Process(params, objFile),