On 4/2/26 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(-)
Argh, $Subject ought to be:
"target/s390x: Expand tcg_gen_qemu_ld/st_tl() as 64-bit target"