On 1/12/24 16:05, Richard Henderson wrote:
In a couple of places, clearing the entire vector before storing one element is the easiest solution. Wrap that into a helper function.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/arm/tcg/translate-a64.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>