]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Move compare_u64 to helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 16 Sep 2025 14:22:03 +0000 (07:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Sep 2025 14:42:34 +0000 (15:42 +0100)
commit5a8af95cb31122d2fcd2e6d3427b8e8427cd8bdc
tree424378ad17d20edfd5260b20dc8c5439309ed74a
parent363e612c2efc4543b9283f8a1ce6ab7d6620d9f5
target/arm: Move compare_u64 to helper.c

We will use this function beyond kvm.c.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c
target/arm/internals.h
target/arm/kvm.c