Review Board 2.0.15


O3: prevent a squash when completeAcc() modifies misc reg through TC.

Review Request #296 - Created Nov. 8, 2010 and submitted

Information
Ali Saidi
gem5
Reviewers
Default
O3: prevent a squash when completeAcc() modifies misc reg through TC.

This happens on ARM instructions when they update the IT state bits.
Code and associated comment was copied from execute() and initiateAcc() methods

   
Ship it!
Posted (Nov. 9, 2010, 3:55 a.m.)
It would be nice not to propagate the "convoluted way" this is done, aka the hack, but in this context it's reasonable.