From: Ron Dreslinski Date: Mon, 10 Jul 2006 16:03:13 +0000 (-0400) Subject: Fix cpu in full system to match SE. X-Git-Tag: m5_2.0_beta1~36^2~5^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c9bde608b9a58ba876e5c243a896d25e50bc500;p=gem5.git Fix cpu in full system to match SE. --HG-- extra : convert_revision : 95e422221ff5bab6104925d50a8882d31729b0f5 --- diff --git a/src/cpu/base.cc b/src/cpu/base.cc index 548f012df..ce440aeff 100644 --- a/src/cpu/base.cc +++ b/src/cpu/base.cc @@ -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)