On 10/9/25 01:19, Philippe Mathieu-Daudé wrote:
The OpenRISC targets are only built as 32-bit, so tcg_gen_trunc_i64_tl
expands to tcg_gen_extrl_i64_i32(). Use the latter to simplify the
next commit mechanical change.

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
Reviewed-by: Anton Johansson<[email protected]>
---
  target/openrisc/translate.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to