On 8/31/26 23:52, Philippe Mathieu-Daudé wrote:
Add the const qualifier to CPUARMState when the
argument is accessed without modification.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
Ignoring one checkpatch.pl warning:
WARNING: line over 80 characters
#116: FILE: target/arm/cpu.h:2277:
+static inline ARMSecuritySpace arm_security_space_below_el3(const
CPUARMState *env)
total: 0 errors, 1 warnings, 789 lines checked
---
target/arm/cpu.h | 55 ++++++++++++++++----------------
target/arm/internals.h | 65 +++++++++++++++++++-------------------
target/arm/helper.c | 41 ++++++++++++------------
target/arm/tcg/debug.c | 18 +++++------
target/arm/tcg/hflags.c | 35 ++++++++++----------
target/arm/tcg/m_helper.c | 8 ++---
target/arm/tcg/op_helper.c | 2 +-
7 files changed, 114 insertions(+), 110 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~