Home
last modified time | relevance | path

Searched hist:e554861766d9ae84dd5720baa4869f4ed711506f (Results 1 – 1 of 1) sorted by relevance

/qemu/accel/tcg/
H A Dcputlb.c56eb21e15827fd0326c57dcab59771cb03ad9df6 Sat May 05 21:44:31 UTC 2012 Max Filippov <jcmvbkbc@gmail.com> cputlb: fix watchpoints handling

Cleanup commit e554861766d9ae84dd5720baa4869f4ed711506f have changed
code_address calculation in the tlb_set_page function in case of access
to a page with a watchpoint. This caused QEMU segfault in the xtensa
test_break unit test. Fix it by moving code_address assignment above
memory_region_section_get_iotlb call.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>