Searched hist:10288 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/sparc/
H A Dmiscregs.hhdiff 10288:e475a7861078 Tue Aug 26 10:13:00 EDT 2014 Andreas Sandberg <Andreas.Sandberg@ARM.com> sparc: Fixup bit ordering in the PSTATE bit union

The order of the MSB and LSB bit of the mm field in the PSTATE union
is wrong. Any access to this field will currently be ignored and reads
will always return zero. This patch fixes the ordering so it is <MSB,
LSB> instead of <LSB, MSB>.

Completed in 6 milliseconds