]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm/cpu: flags2 is always uint64_t
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Tue, 25 Mar 2025 04:59:05 +0000 (21:59 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
commit9fac39750df766c154e0960eca1962159ed50660
tree35bcca68a696ec34d114b32ced67b1b9964b67fc
parenta725f37102317d64f7f23895906f8c8c5f5f1be9
target/arm/cpu: flags2 is always uint64_t

Do not rely on target dependent type, but use a fixed type instead.
Since the original type is unsigned, it is safe to extend its size
without any side effect.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250325045915.994760-21-pierrick.bouvier@linaro.org>
target/arm/cpu.h
target/arm/tcg/hflags.c