On 04/02/2026 19.27, Philippe Mathieu-Daudé wrote:
The s390x target is a 64-bit one, so TCGv expands to TCGv_i64. Use the latter which is already used about a hundred times in this file, and is also more explicit.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/s390x/tcg/translate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
