]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/rx: Replace target_ulong -> vaddr for translator API uses
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Oct 2025 14:58:54 +0000 (16:58 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit2982b948a9faa8edd0c8a9366fab77cc1094e0a2
treeb8b72e4ba6eeba9dd1ae496b87870de97abf9946
parent886b0cea411691d6fd75fae97ab40ff833fdb9ed
target/rx: Replace target_ulong -> vaddr for translator API uses

Since commit b1c09220b4c ("accel/tcg: Replace target_ulong with
vaddr in translator_*()") the API takes vaddr argument, not
target_ulong. Update the 2 callers.

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