Updates to bring CPU portion of m5 up-to-date with newmem.

--HG--
extra : convert_revision : 00e6eefb24e6ffd9c7c5d8165db26fbf6199fdc4
This commit is contained in:
Kevin Lim
2006-08-02 12:05:34 -04:00
parent 8d220c5c10
commit cbfbb7bc56
37 changed files with 691 additions and 580 deletions

View File

@@ -60,6 +60,7 @@ struct ThreadState {
: cpuId(_cpuId), tid(_tid), mem(_mem), process(_process), asid(_asid)
#endif
{
numInst = 0;
funcExeInst = 0;
storeCondFailures = 0;
}