Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-user/s390x: Fix single-stepping SVC
Currently single-stepping SVC executes two instructions. The reason is that EXCP_DEBUG for the SVC instruction itself is masked by EXCP_SVC. Fix by re-raising EXCP_DEBUG. Signed-off-by: Ilya Leoshkevich <[email protected]> Message-Id: <[email protected]> Signed-off-by: Thomas Huth <[email protected]> (cherry picked from commit 01b9990a3fb84bb9a14017255ab1a4fa86588215) Signed-off-by: Michael Tokarev <[email protected]>
- Loading branch information