diff options
Diffstat (limited to 'tests/tcg')
-rw-r--r-- | tests/tcg/s390x/csst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/s390x/csst.c b/tests/tcg/s390x/csst.c index 1dae907..084d80a 100644 --- a/tests/tcg/s390x/csst.c +++ b/tests/tcg/s390x/csst.c @@ -3,7 +3,7 @@ int main(void) { - uint64_t parmlist[] = { + uint64_t parmlist[] __attribute__((aligned(16))) = { 0xfedcba9876543210ull, 0, 0x7777777777777777ull, |