qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH 0/2] Unify and fix exception return in AArch32 state


From: Sergey Sorokin
Subject: [Qemu-arm] [PATCH 0/2] Unify and fix exception return in AArch32 state
Date: Tue, 19 Apr 2016 21:07:16 +0300

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

[Prev in Thread] Current Thread [Next in Thread]