There is a duplicating code in AArch32 exception return implementation.
Also there is a missed exception return on AArch32 instruction ADDS r15.
The patches rearrange the code and fix these issues.

Sergey Sorokin (2):
  target-arm: Unify AArch32 exception return generating functions
  target-arm: Fix an exception return on AArch32 instruction ADDS

 target-arm/translate.c | 51 ++++++++++++++++++++++++++++++++------------------
 1 file changed, 33 insertions(+), 18 deletions(-)

-- 
1.9.3


Reply via email to