target/xtensa: always end TB on CCOUNT access/CCOMPARE write
commit06ec08a0be86c249163284dbb5e9f4828155fa83
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 2 Sep 2018 04:56:21 +0000 (1 21:56 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 1 Oct 2018 18:08:36 +0000 (1 11:08 -0700)
tree19afdc6c2cbff4c9f41422828d2440276427a0eb
parent9dccbd1c69fd928a8eafbb171374029967143673
target/xtensa: always end TB on CCOUNT access/CCOMPARE write

Currently we only end TB in icount mode, because access to CCOUNT or
write to CCOMPARE are IO operations. Simplify the behaviour a bit and
end TB unconditionally.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/translate.c