]> Git Repo - qemu.git/commit - target/arm/translate.c
target-arm: Update PC before calling gen_helper_check_breakpoints()
authorSergey Fedorov <[email protected]>
Thu, 12 Nov 2015 15:10:43 +0000 (15:10 +0000)
committerPeter Maydell <[email protected]>
Thu, 12 Nov 2015 16:16:02 +0000 (16:16 +0000)
commited6c64489ef11d9ac5fb4b4c89d455a4f1ae8083
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 <[email protected]>
Message-id: 1447176222[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target-arm/translate-a64.c
target-arm/translate.c
This page took 0.025387 seconds and 4 git commands to generate.