mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-13 00:14:48 +00:00
Commit70ebd9ce1c("s390x/tcg: Fault-safe memset") passed vaddr type to access_prepare(), and commitb6c636f2cd("s390x/tcg: Fault-safe memmove") to do_access_get_byte(), but declared S390Access::vaddr[1,2] as target_ulong. Directly declare these as vaddr type, and have s390_probe_access() use that type as argument. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250707171059.3064-3-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>