]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Have arm_sctlr_b() take a const @env argument
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 29 Jan 2026 15:01:48 +0000 (16:01 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 3 Feb 2026 13:57:34 +0000 (14:57 +0100)
commitc87ef9d18a49d698a7b82f310af679554ebb9524
treee86e1af19307cff7427c5f29a8ec44cbdae199ce
parent655309dc4cc8f2b33376f9de869aeb163a50a67c
target/arm: Have arm_sctlr_b() take a const @env argument

arm_sctlr_b() only access @env read-only, make it const.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260202222412.24923-5-philmd@linaro.org>
target/arm/cpu.h