On 9/2/26 05:20, Philippe Mathieu-Daudé wrote:
Move s390_cpu_do_interrupt() and s390_cpu_exec_interrupt() declarations from system/user shared header to system-mode-only section, removing the unused user-mode stub.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/s390x/s390x-internal.h | 5 ++--- target/s390x/tcg/excp_helper.c | 5 ----- 2 files changed, 2 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
