]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Allocate sufficient storage in temp_allocate_frame
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 04:53:27 +0000 (21:53 -0700)
committerMichael Roth <michael.roth@amd.com>
Thu, 14 Oct 2021 21:15:27 +0000 (16:15 -0500)
commit059ad82f38073afb5aaa2245aeeda7eee608fc79
tree3a3e2276e690c5baf8f901f6d96b8e7e73d6ecff
parent1a0a1c49649f7e7b2116daa127337a003bb0dcfb
tcg: Allocate sufficient storage in temp_allocate_frame

This function should have been updated for vector types
when they were introduced.

Fixes: d2fd745fe8b
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/367
Cc: qemu-stable@nongnu.org
Tested-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit c1c091948ae4a73c1a80b5005f6204d0e665ce52)
Signed-off-by: Michael Roth <michael.roth@amd.com>
tcg/tcg.c