Fixes to get everything working again.
src/cpu/simple/base.cc:
Start XC's as suspended.
--HG--
extra : convert_revision : f1b15a810696bee3db259a655438dce06fcb9d48
This commit is contained in:
@@ -79,6 +79,8 @@ BaseSimpleCPU::BaseSimpleCPU(Params *p)
|
||||
/* asid */ 0, mem);
|
||||
#endif // !FULL_SYSTEM
|
||||
|
||||
cpuXC->setStatus(ExecContext::Suspended);
|
||||
|
||||
xcProxy = cpuXC->getProxy();
|
||||
|
||||
numInst = 0;
|
||||
|
||||
Reference in New Issue
Block a user