diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2017-01-19 22:56:14 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2017-02-01 03:37:17 +0200 |
commit | f291887e8eef5d37d31484638f6e62401b4b99a2 (patch) | |
tree | 5263e8d16a5a9500febaa3de574bb3afd801c808 /include/fpu | |
parent | 60abf0a5e05134187e274ce5f32524ccf0cae1a6 (diff) | |
download | qemu-f291887e8eef5d37d31484638f6e62401b4b99a2.zip qemu-f291887e8eef5d37d31484638f6e62401b4b99a2.tar.gz qemu-f291887e8eef5d37d31484638f6e62401b4b99a2.tar.bz2 |
compiler: rework BUG_ON using a struct
There are theoretical concerns that some compilers might not trigger
build failures on attempts to define an array of size (x ? -1 : 1) where
x is a variable and make it a variable sized array instead. Let rewrite
using a struct with a negative bit field size instead as there are no
dynamic bit field sizes. This is similar to what Linux does.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'include/fpu')
0 files changed, 0 insertions, 0 deletions