Little debugging things.
cpu/base_cpu.cc: Get rid of leftover debugging code. --HG-- extra : convert_revision : b33b2279499456b12a6242a9472ea5be724b37be
This commit is contained in:
parent
bfefc80310
commit
432e779fb0
1 changed files with 0 additions and 3 deletions
|
@ -51,7 +51,6 @@ vector<BaseCPU *> BaseCPU::cpuList;
|
|||
// been initialized
|
||||
int maxThreadsPerCPU = 1;
|
||||
|
||||
extern void debug_break();
|
||||
#ifdef FULL_SYSTEM
|
||||
BaseCPU::BaseCPU(Params *p)
|
||||
: SimObject(p->name), cycleTime(p->cycleTime), checkInterrupts(true),
|
||||
|
@ -64,8 +63,6 @@ BaseCPU::BaseCPU(Params *p)
|
|||
{
|
||||
DPRINTF(FullCPU, "BaseCPU: Creating object, mem address %#x.\n", this);
|
||||
|
||||
debug_break();
|
||||
|
||||
// add self to global list of CPUs
|
||||
cpuList.push_back(this);
|
||||
|
||||
|
|
Loading…
Reference in a new issue