Fix cpu in full system to match SE.
--HG-- extra : convert_revision : 95e422221ff5bab6104925d50a8882d31729b0f5
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user