45,47d44
< #if FULL_SYSTEM
< ThreadState::ThreadState(BaseCPU *cpu, ThreadID _tid)
< #else
49d45
< #endif
55,56d50
< #else
< process(_process),
58,59c52,53
< port(NULL), virtPort(NULL), physPort(NULL), funcExeInst(0),
< storeCondFailures(0)
---
> process(_process), port(NULL), virtPort(NULL), physPort(NULL),
> funcExeInst(0), storeCondFailures(0)
65d58
< #if !FULL_SYSTEM
70d62
< #endif
167,171c159
< _threadId),
< #if !FULL_SYSTEM
< process,
< #endif
< TranslatingPort::NextPage);
---
> _threadId), process, TranslatingPort::NextPage);