Review Board 2.0.15


ruby: remove call to curCycle in panic()

Review Request #1668 - Created Jan. 25, 2013 and submitted - Latest diff uploaded

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 9482:187b2c9f4ef1
---------------------------
ruby: remove call to curCycle in panic()
The panic() function already prints the current tick value. This call to
curCycle() is as such redundant. Since we are trying to move towards multiple
clock domains, this call will print misleading time.