On 02/10/2025 11.11, Philippe Mathieu-Daudé wrote:
s390_store_adtl_status() is only called within sigp.c,
move it and the SigpAdtlSaveArea structure definition
there where it belongs, with other SIGP handling code.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  target/s390x/s390x-internal.h |  1 -
  target/s390x/helper.c         | 40 -----------------------------------
  target/s390x/sigp.c           | 40 +++++++++++++++++++++++++++++++++++
  3 files changed, 40 insertions(+), 41 deletions(-)

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


Reply via email to