| commit | 0f4af4e2672040e505c7b337d48ec7cf2c1687bf | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Oct 09 16:54:35 2025 +0200 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Oct 16 17:07:52 2025 +0200 |
| tree | 7e01f156e10aef41e94a673b29a57f524b83114a | |
| parent | 2982b948a9faa8edd0c8a9366fab77cc1094e0a2 [diff] |
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>