s390x: Align vector registers to 16 bytes
commitec8e23e37f80072a67ad409e6cdf67b65bb19eef
authorDavid Hildenbrand <david@redhat.com>
Tue, 28 May 2019 18:46:57 +0000 (28 20:46 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 7 Jun 2019 12:53:25 +0000 (7 14:53 +0200)
tree85cc5cd8a0357795fb86087a4805bd861a308c90
parent13b0228f77ffa14a0f82bd8a9d0fd5859b0d6a7d
s390x: Align vector registers to 16 bytes

11e2bfef7990 ("tcg/i386: Use MOVDQA for TCG_TYPE_V128 load/store")
revealed that the vregs are not aligned to 16 bytes. Align them to
16 bytes, to avoid segfault'ing on x86.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/cpu.h