timing.cc (7823:dac01f14f20f) timing.cc (7897:d9e8b1fd1a9f)
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

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

125
126 icachePort.snoopRangeSent = false;
127 dcachePort.snoopRangeSent = false;
128
129 ifetch_pkt = dcache_pkt = NULL;
130 drainEvent = NULL;
131 previousTick = 0;
132 changeState(SimObject::Running);
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

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

125
126 icachePort.snoopRangeSent = false;
127 dcachePort.snoopRangeSent = false;
128
129 ifetch_pkt = dcache_pkt = NULL;
130 drainEvent = NULL;
131 previousTick = 0;
132 changeState(SimObject::Running);
133 system->totalNumInsts = 0;
133}
134
135
136TimingSimpleCPU::~TimingSimpleCPU()
137{
138}
139
140void

--- 978 unchanged lines hidden ---
134}
135
136
137TimingSimpleCPU::~TimingSimpleCPU()
138{
139}
140
141void

--- 978 unchanged lines hidden ---