target-arm: Update PC before calling gen_helper_check_breakpoints()
commited6c64489ef11d9ac5fb4b4c89d455a4f1ae8083
authorSergey Fedorov <serge.fdrv@gmail.com>
Thu, 12 Nov 2015 15:10:43 +0000 (12 15:10 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Nov 2015 16:16:02 +0000 (12 16:16 +0000)
treedfdbcddb6b4af43aa146c187ebeb8d4379ef71c9
parent8f0da01d189077647adf79618acc3832f77b7918
target-arm: Update PC before calling gen_helper_check_breakpoints()

PC should be updated in the CPU state before calling check_breakpoints()
helper. Otherwise, the helper would not see the correct PC in the CPU
state if it is not at the start of a TB.

Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Message-id: 1447176222-16401-1-git-send-email-serge.fdrv@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate-a64.c
target-arm/translate.c