Fix cpu in full system to match SE.

--HG--
extra : convert_revision : 95e422221ff5bab6104925d50a8882d31729b0f5
This commit is contained in:
Ron Dreslinski
2006-07-10 12:03:13 -04:00
parent cdf27a0a86
commit 6c9bde608b

View File

@@ -59,7 +59,7 @@ int maxThreadsPerCPU = 1;
#if FULL_SYSTEM
BaseCPU::BaseCPU(Params *p)
: SimObject(p->name), clock(p->clock), checkInterrupts(true),
: MemObject(p->name), clock(p->clock), checkInterrupts(true),
params(p), number_of_threads(p->numberOfThreads), system(p->system)
#else
BaseCPU::BaseCPU(Params *p)