36c36
< #include "cpu/exec_context.hh"
---
> #include "cpu/thread_context.hh"
49c49
< ExecContext *xc)
---
> ThreadContext *tc)
51c51
< TypedBufferArg<Solaris::utsname> name(xc->getSyscallArg(0));
---
> TypedBufferArg<Solaris::utsname> name(tc->getSyscallArg(0));
59c59
< name.copyOut(xc->getMemPort());
---
> name.copyOut(tc->getMemPort());