projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf27a0
)
Fix cpu in full system to match SE.
author
Ron Dreslinski
<rdreslin@umich.edu>
Mon, 10 Jul 2006 16:03:13 +0000
(12:03 -0400)
committer
Ron Dreslinski
<rdreslin@umich.edu>
Mon, 10 Jul 2006 16:03:13 +0000
(12:03 -0400)
--HG--
extra : convert_revision :
95e422221ff5bab6104925d50a8882d31729b0f5
src/cpu/base.cc
patch
|
blob
|
history
diff --git
a/src/cpu/base.cc
b/src/cpu/base.cc
index 548f012dfcd0f075f2fedbb67f8f49fcdadc634f..ce440aeffc2eaf9ba316ea5e8a7abb13e093224f 100644
(file)
--- a/
src/cpu/base.cc
+++ b/
src/cpu/base.cc
@@
-59,7
+59,7
@@
int maxThreadsPerCPU = 1;
#if FULL_SYSTEM
BaseCPU::BaseCPU(Params *p)
- :
Si
mObject(p->name), clock(p->clock), checkInterrupts(true),
+ :
Me
mObject(p->name), clock(p->clock), checkInterrupts(true),
params(p), number_of_threads(p->numberOfThreads), system(p->system)
#else
BaseCPU::BaseCPU(Params *p)