diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2015-03-09 09:39:07 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2015-03-09 09:39:07 -0500 |
commit | 61edd5ac97147ec4510fee8d68b2bc1780cbd5d0 (patch) | |
tree | 04dbd9cd55bba95ce8d36a7c9c8435f948d5611e /src/sim/system.cc | |
parent | f69a74fda63860c795e22c5dcd739a559cf95b5d (diff) | |
download | gem5-61edd5ac97147ec4510fee8d68b2bc1780cbd5d0.tar.xz |
cpu: o3: remove member variable squashCounter
The variable is used in only one place and a whole new function setNextStatus()
has been defined just to compute the value of the variable. Instead of calling
the function, the value is now computed in the loop that preceded the function
call.
Diffstat (limited to 'src/sim/system.cc')
0 files changed, 0 insertions, 0 deletions