]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/rx: Use MemOp type in gen_ld[u]() and gen_st()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Oct 2025 14:54:35 +0000 (16:54 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit0f4af4e2672040e505c7b337d48ec7cf2c1687bf
tree7e01f156e10aef41e94a673b29a57f524b83114a
parent2982b948a9faa8edd0c8a9366fab77cc1094e0a2
target/rx: Use MemOp type in gen_ld[u]() and gen_st()

The @size argument is of MemOp type. All callers respect that.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251009151607.26278-3-philmd@linaro.org>
target/rx/translate.c