Browse Source
The TriCore target is only built as 32-bit, so tcg_gen_ld32u_tl() expands to tcg_gen_ld_i32(). Use the latter to simplify the next commit mechanical change. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20251010052141.42460-9-philmd@linaro.org>pull/305/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue