]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Have is_64() take a const @env argument
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 20 Jan 2025 02:54:31 +0000 (03:54 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 3 Feb 2026 13:57:34 +0000 (14:57 +0100)
commit655309dc4cc8f2b33376f9de869aeb163a50a67c
treed81bf841b8fb828bbde122a82816c9707661503e
parent8a91d97085bb4b22a7e5fc2ddd6dd25fa30101eb
target/arm: Have is_64() take a const @env argument

is_64() 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-4-philmd@linaro.org>
target/arm/cpu.h