| commit | a15e899626893b5201b7b307090148ca7ff25e66 | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Oct 10 05:44:01 2025 +0200 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Oct 16 17:07:52 2025 +0200 |
| tree | 04fc23890ce3b4c84a8a43e4935e1ba389975b80 | |
| parent | 0d5f95425614ba5281177f76ab438756d8213317 [diff] |
target/tricore: Remove target_ulong use in translate_insn() handler
Since commit 85c19af63e7 ("include/exec: Use vaddr in DisasContextBase
for virtual addresses") the DisasContextBase::pc_first field is a
vaddr type.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010052141.42460-4-philmd@linaro.org>