base.cc (7678:f19b6a3a8cec) base.cc (7679:f26cc2c68b48)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 442 unchanged lines hidden (view full) ---

451#if TRACING_ON
452 traceData = tracer->getInstRecord(curTick, tc,
453 curStaticInst, thread->readPC(),
454 curMacroStaticInst, thread->readMicroPC());
455
456 DPRINTF(Decode,"Decode: Decoded %s instruction: 0x%x\n",
457 curStaticInst->getName(), curStaticInst->machInst);
458#endif // TRACING_ON
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 442 unchanged lines hidden (view full) ---

451#if TRACING_ON
452 traceData = tracer->getInstRecord(curTick, tc,
453 curStaticInst, thread->readPC(),
454 curMacroStaticInst, thread->readMicroPC());
455
456 DPRINTF(Decode,"Decode: Decoded %s instruction: 0x%x\n",
457 curStaticInst->getName(), curStaticInst->machInst);
458#endif // TRACING_ON
459
460#if FULL_SYSTEM
461 thread->setInst(inst);
462#endif // FULL_SYSTEM
463 }
464}
465
466void
467BaseSimpleCPU::postExecute()
468{
469#if FULL_SYSTEM
470 if (thread->profile && curStaticInst) {

--- 103 unchanged lines hidden ---
459 }
460}
461
462void
463BaseSimpleCPU::postExecute()
464{
465#if FULL_SYSTEM
466 if (thread->profile && curStaticInst) {

--- 103 unchanged lines hidden ---