Re: [PATCH 03/62] target/arm: Fix MTE check in sve_ldnfff1_r

2022-07-05 Thread Peter Maydell
On Sun, 3 Jul 2022 at 09:25, Richard Henderson wrote: > > The comment was correct, but the test was not: > disable mte if tagged is *not* set. > > Signed-off-by: Richard Henderson > --- > target/arm/sve_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/arm/

[PATCH 03/62] target/arm: Fix MTE check in sve_ldnfff1_r

2022-07-03 Thread Richard Henderson
The comment was correct, but the test was not: disable mte if tagged is *not* set. Signed-off-by: Richard Henderson --- target/arm/sve_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c index 1654c0bbf9..db15d03ded 10064