Review Board 2.0.15


ARM: We don't currently support ThumbEE exceptions, so don't report that we do

Review Request #168 - Created Aug. 13, 2010 and submitted

Information
Ali Saidi
gem5
Reviewers
Default
ARM: We don't currently support ThumbEE exceptions, so don't report that we do

   
Posted (Aug. 13, 2010, 4:43 p.m.)



  
src/arch/arm/isa.cc (Diff revision 1)
 
 
These could stand to be bitunions and constructed by assigning values to their bitfields this would be a lot less opaque, easier to change, and wouldn't require comments that can wander out of sync.

I realize this isn't within the scope of this change necessarily, but since you're touching this code it would be nice to fix it up. It could be put in a new patch to keep them more atomic.