target/cris: Do not exit tb for X_FLAG changes
commit5f5a05cdd9aa4dc3c3c4b062de2a8494f23337ed
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 22 Jun 2021 15:25:13 +0000 (22 08:25 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 17:04:56 +0000 (29 10:04 -0700)
tree8801c52409c9394baf99c7f407b9ddd90619072f
parent0ce97a315fe16ab104cafe459b2c946a63000e08
target/cris: Do not exit tb for X_FLAG changes

We always know the exact value of X, that's all that matters.
This avoids splitting the TB e.g. between "ax" and "addq".

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/cris/translate.c