]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Have cpu_isar_feature() use a const ARMCPU object
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 20 Jan 2025 03:08:31 +0000 (04:08 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 3 Feb 2026 13:57:34 +0000 (14:57 +0100)
commit8a91d97085bb4b22a7e5fc2ddd6dd25fa30101eb
treea3c9f0e1308b2b04923a19c7e6a9e276e23d7cc8
parentfd37919778728ffd507e367025af7db663ee7b8d
target/arm: Have cpu_isar_feature() use a const ARMCPU object

The @cpu_ variable is only accessed 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-3-philmd@linaro.org>
target/arm/cpu-features.h