target/arm/sve_helper: Fix compilation with clang 3.4
commit3f2f3b33dba346ff5c2b400e324c109218e84973
authorThomas Huth <thuth@redhat.com>
Wed, 28 Nov 2018 09:58:14 +0000 (28 10:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 28 Nov 2018 15:31:15 +0000 (28 15:31 +0000)
tree8e0535e2ab7e1d1bd2880bb8d42977758c3bc214
parentea066d39acbcfe4fcfb4807316ab3ada03218fcc
target/arm/sve_helper: Fix compilation with clang 3.4

Clang 3.4 does not know the "flatten" attribute yet. We've already
introduced the QEMU_FLATTEN macro for this in commit 97ff87c0ed020c2,
so use this macro now here, too, to fix this issue.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1543399094-2260-1-git-send-email-thuth@redhat.com
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c