On 02/10/2025 11.11, Philippe Mathieu-Daudé wrote:
To be able to access the CPU state in cpu_unmap_lowcore()
in the next commit, propagate it as argument.
cpu_map_lowcore() already takes it.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
target/s390x/s390x-internal.h | 2 +-
target/s390x/helper.c | 4 ++--
target/s390x/tcg/excp_helper.c | 10 +++++-----
target/s390x/tcg/misc_helper.c | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>