Deleted Added
sdiff udiff text old ( 9448:569d1e8f74e4 ) new ( 9461:67a6ba6604c8 )
full compact
1/*
2 * Copyright (c) 2011-2012 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

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

167
168 virtual void deallocateContext(ThreadID thread_num);
169 virtual void haltContext(ThreadID thread_num);
170
171 // statistics
172 virtual void regStats();
173 virtual void resetStats();
174
175 virtual void startup();
176
177 // number of simulated instructions
178 Counter numInst;
179 Counter startNumInst;
180 Stats::Scalar numInsts;
181 Counter numOp;
182 Counter startNumOp;
183 Stats::Scalar numOps;
184

--- 247 unchanged lines hidden ---