xemu/target-arm
Rabin Vincent fa26df032e target-arm: fix thumb CPS
The Thumb CPS currently does not work correctly: CPSID touches more bits
than the instruction wants to, and CPSIE does nothing.  Fix it by
passing the correct mask (the "affect" bits) and value.

Signed-off-by: Rabin Vincent <rabin@rab.in>
2010-02-19 13:38:32 +00:00
..
2009-11-22 21:35:13 +00:00
2010-01-19 16:31:02 -06:00
2009-11-22 21:35:13 +00:00
2009-07-31 13:19:39 +01:00
2008-11-17 14:43:54 +00:00
2010-02-19 13:38:32 +00:00