target-arm: Check watchpoints against CPU security state
commitef7bab8d73580b48bda83b8d16b5eea8a3ac43fe
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 26 Apr 2015 15:49:25 +0000 (26 16:49 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 26 Apr 2015 15:49:25 +0000 (26 16:49 +0100)
treef187071a8751a6d419a25b4aee66bbafcc5bd98b
parent9e1fc5bdfdf94564abf7621c0ef644599196360f
target-arm: Check watchpoints against CPU security state

Fix a TODO in bp_wp_matches() now that we have a function for
testing whether the CPU is currently in Secure mode or not.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
target-arm/op_helper.c