On 20 January 2017 at 16:32, Julian Brown <jul...@codesourcery.com> wrote: > In BE32 mode, sub-word size watchpoints can fail to trigger because the > address of the access is adjusted in the opcode helpers before being > compared with the watchpoint registers. This patch reverses the address > adjustment before performing the comparison with the help of a new CPUClass > hook. > > This version of the patch augments and tidies up comments a little. > > Signed-off-by: Julian Brown <jul...@codesourcery.com>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM