]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Introduce clear_vec
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:30:15 +0000 (10:30 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:23 +0000 (13:39 +0000)
commitace363a1e970a1f61b407f6e205caaacd7918e09
tree9ce3fa299d9f0ee860851fd1ddb56a376f2ff1c6
parent07e0d7a0c79fe1f694f668398bea7aa686659afb
target/arm: Introduce clear_vec

In a couple of places, clearing the entire vector before storing one
element is the easiest solution.  Wrap that into a helper function.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211163036.2297116-49-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-a64.c