On 04/02/2026 19.27, Philippe Mathieu-Daudé wrote:
The s390x target is a 64-bit one, so we have these expansions
in the "tcg/tcg-op.h" header:

  . tcg_gen_qemu_ld_tl() -> tcg_gen_qemu_ld_i64()
  . tcg_gen_qemu_st_tl() -> tcg_gen_qemu_st_i64()

Use the expanded form which is more explicit when a target
isn't built for different words size.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  target/s390x/tcg/translate.c | 54 ++++++++++++++++++------------------
  1 file changed, 27 insertions(+), 27 deletions(-)

Reviewed-by: Thomas Huth <[email protected]>


Reply via email to