commit | 79ed0416477440ccb6acf136d6808a4f5848bbdf | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jan 21 14:15:06 2016 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jan 21 14:15:06 2016 +0000 |
tree | d167eb7b631107717ccde16c24057280d1fe5349 | |
parent | 5232e4c798ba7a46261d3157b73d08fc598e7dcb [diff] |
exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write In the watchpoint access routines watch_mem_read and watch_mem_write, find the correct AddressSpace to use from current_cpu and the memory transaction attributes, rather than always assuming address_space_memory. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>