base.cc (10408:a59c189de383) | base.cc (10464:2a0fe8bca031) |
---|---|
1/* 2 * Copyright (c) 2010-2012 ARM Limited 3 * Copyright (c) 2013 Advanced Micro Devices, Inc. 4 * All rights reserved 5 * 6 * The license below extends only to copyright in the software and shall 7 * not be construed as granting a license to any other intellectual 8 * property including but not limited to intellectual property relating --- 530 unchanged lines hidden (view full) --- 539 if (FullSystem) 540 traceFunctions(instAddr); 541 542 if (traceData) { 543 traceData->dump(); 544 delete traceData; 545 traceData = NULL; 546 } | 1/* 2 * Copyright (c) 2010-2012 ARM Limited 3 * Copyright (c) 2013 Advanced Micro Devices, Inc. 4 * All rights reserved 5 * 6 * The license below extends only to copyright in the software and shall 7 * not be construed as granting a license to any other intellectual 8 * property including but not limited to intellectual property relating --- 530 unchanged lines hidden (view full) --- 539 if (FullSystem) 540 traceFunctions(instAddr); 541 542 if (traceData) { 543 traceData->dump(); 544 delete traceData; 545 traceData = NULL; 546 } |
547 548 // Call CPU instruction commit probes 549 probeInstCommit(curStaticInst); |
|
547} 548 549void 550BaseSimpleCPU::advancePC(const Fault &fault) 551{ 552 const bool branching(thread->pcState().branching()); 553 554 //Since we're moving to a new pc, zero out the offset --- 39 unchanged lines hidden --- | 550} 551 552void 553BaseSimpleCPU::advancePC(const Fault &fault) 554{ 555 const bool branching(thread->pcState().branching()); 556 557 //Since we're moving to a new pc, zero out the offset --- 39 unchanged lines hidden --- |