projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3156f60
)
Fixes to get everything working again.
author
Kevin Lim
<ktlim@umich.edu>
Mon, 5 Jun 2006 02:13:42 +0000
(22:13 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Mon, 5 Jun 2006 02:13:42 +0000
(22:13 -0400)
src/cpu/simple/base.cc:
Start XC's as suspended.
--HG--
extra : convert_revision :
f1b15a810696bee3db259a655438dce06fcb9d48
src/cpu/simple/base.cc
patch
|
blob
|
history
diff --git
a/src/cpu/simple/base.cc
b/src/cpu/simple/base.cc
index 0f4df9a4212c0adc766b61e0f1e5401a9fca4127..12fb4f165472df101d8ad65ee077b8f60d698ba6 100644
(file)
--- a/
src/cpu/simple/base.cc
+++ b/
src/cpu/simple/base.cc
@@
-79,6
+79,8
@@
BaseSimpleCPU::BaseSimpleCPU(Params *p)
/* asid */ 0, mem);
#endif // !FULL_SYSTEM
+ cpuXC->setStatus(ExecContext::Suspended);
+
xcProxy = cpuXC->getProxy();
numInst = 0;