target-arm: Remove unnecessary code now read/write fns can't fail
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:54 +0000 (10:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:54 +0000 (10:35 +0000)
commitea4571eb8768c39bf6cacd64fdcb6ef405b18b18
tree9641fcba79c7755565a93e1ca338184be2f31f8d
parentc4241c7d381086819131fba4fc8123848d83de8a
target-arm: Remove unnecessary code now read/write fns can't fail

Now that cpreg read and write functions can't fail and throw an
exception, we can remove the code from the translator that synchronises
the guest PC in case an exception is thrown.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate-a64.c
target-arm/translate.c