56c56
< port(NULL), process(_process),
---
> process(_process),
58c58,59
< virtPort(NULL), physPort(NULL), funcExeInst(0), storeCondFailures(0)
---
> port(NULL), virtPort(NULL), physPort(NULL), funcExeInst(0),
> storeCondFailures(0)
155a157
> #endif
157d158
< #else
165,166c166,171
< port = new TranslatingPort(csprintf("%s-%d-funcport", baseCpu->name(), _threadId),
< process, TranslatingPort::NextPage);
---
> port = new TranslatingPort(csprintf("%s-%d-funcport", baseCpu->name(),
> _threadId),
> #if !FULL_SYSTEM
> process,
> #endif
> TranslatingPort::NextPage);
172d176
< #endif