]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Drop unused address_offset from op_addr_{rr, ri}_post()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Mar 2025 10:08:22 +0000 (10:08 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Mar 2025 10:08:22 +0000 (10:08 +0000)
commit5be4419c573e78c21be953a4c31947f3087931a5
tree576372296b7da2f44aad3cd5df42fa359a381b9e
parentee786ca115045a2b7e86ac3073b0761cb99e0d49
target/arm: Drop unused address_offset from op_addr_{rr, ri}_post()

All the callers of op_addr_rr_post() and op_addr_ri_post() now pass in
zero for the address_offset, so we can remove that argument.

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>
Message-id: 20250227142746.1698904-4-peter.maydell@linaro.org
target/arm/tcg/translate.c