tests/tcg/s390x: Fix alignment of csst parameter list
commit62a31161ee60d6c3c62d36b2bcadcd9de8db51f5
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Jun 2019 01:42:49 +0000 (9 18:42 -0700)
committerDavid Hildenbrand <david@redhat.com>
Fri, 21 Jun 2019 13:26:53 +0000 (21 15:26 +0200)
tree1db699530db49c81d44e007b74563bb30d15d7ab
parent33d609990621dea6c7d056c86f707b8811320ac1
tests/tcg/s390x: Fix alignment of csst parameter list

The parameter list given in general register 1 shall be aligned
on a quadword boundary.  This test currently succeeds or fails
depending on the compiler version used and the accidential layout
of the function's stack frame.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
tests/tcg/s390x/csst.c