162,164c162,164
< ifetch_req.setThreadContext(p->cpu_id, 0); // Add thread ID if we add MT
< data_read_req.setThreadContext(p->cpu_id, 0); // Add thread ID here too
< data_write_req.setThreadContext(p->cpu_id, 0); // Add thread ID here too
---
> ifetch_req.setThreadContext(cpuId, 0); // Add thread ID if we add MT
> data_read_req.setThreadContext(cpuId, 0); // Add thread ID here too
> data_write_req.setThreadContext(cpuId, 0); // Add thread ID here too
239a240,241
> assert(threadContexts.size() == 1);
> cpuId = tc->readCpuId();