target/s390x: Use user_or_likely in access_memmove
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 10 Jul 2024 01:59:13 +0000 (18:59 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Jul 2024 00:57:19 +0000 (10:57 +1000)
commit573b7783012a26ff1a88c010353ee6e85965dcdc
tree211f7ac41e73762cac9fbcc76e51be8ecaba2893
parent814e46594da891955a6e111e2c253137fcd43f07
target/s390x: Use user_or_likely in access_memmove

Invert the conditional, indent the block, and use the macro
that expands to true for user-only.

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