]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix MTE check in sve_ldnfff1_r
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jul 2022 10:36:07 +0000 (11:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Jul 2022 10:36:07 +0000 (11:36 +0100)
commita4f3791143d8f98a5a9216b94d33a232ebf12c25
treeae5ced22e032f9a42b257e39e6c2b687f55b757a
parent5242876f37ca21017e3f6eafbaefaa174babd9b7
target/arm: Fix MTE check in sve_ldnfff1_r

The comment was correct, but the test was not:
disable mte if tagged is *not* set.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c