On 8/20/26 12:47, Philippe Mathieu-Daudé wrote:
Add the const qualifier to S390CPU when the argument is accessed without modification. Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/s390x/cpu.h | 2 +- target/s390x/s390x-internal.h | 12 ++++++------ target/s390x/interrupt.c | 22 +++++++++++----------- 3 files changed, 18 insertions(+), 18 deletions(-)
Reviewed-by: Ilya Leoshkevich <[email protected]>
