target/arm: Pass memop to gen_mte_check1_mmuidx() in reg_imm9 decode
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:20:19 +0000 (11:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:20:19 +0000 (11:20 +0100)
commit99bb43c0ff7c72ef7fa5035ff8e6151b1c08ce68
tree04e55584a60155ec8df01257c8bb5745bdfccb9b
parent7e2788471f9e079fff696a694721a7d41a451839
target/arm: Pass memop to gen_mte_check1_mmuidx() in reg_imm9 decode

In disas_ldst_reg_imm9() we missed one place where a call to
a gen_mte_check* function should now be passed the memop we
have created rather than just being passed the size. Fix this.

Fixes: 0a9091424d ("target/arm: Pass memop to gen_mte_check1*")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/arm/tcg/translate-a64.c