Review Board 2.0.15


ARM: Fix SRS instruction to micro-code memory operation and register update.

Review Request #305 - Created Nov. 11, 2010 and submitted

Information
Ali Saidi
gem5
Reviewers
Default
ARM: Fix SRS instruction to micro-code memory operation and register update.

Previously the SRS instruction attempted to writeback in initiateAcc() which
worked until a recent change, but was incorrect.

   
Ship it!
Posted (Nov. 11, 2010, 9:15 a.m.)
Looks ok. You could put the sp index into a temporary variable and shorten up the wb declaration code, but it's ok as is too.