diff options
| author | Michael S. Tsirkin | 2017-01-19 21:56:14 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2017-02-01 02:37:17 +0100 |
| commit | f291887e8eef5d37d31484638f6e62401b4b99a2 (patch) | |
| tree | 5263e8d16a5a9500febaa3de574bb3afd801c808 /include/exec | |
| parent | QEMU_BUILD_BUG_ON: use __COUNTER__ (diff) | |
| download | qemu-f291887e8eef5d37d31484638f6e62401b4b99a2.tar.gz qemu-f291887e8eef5d37d31484638f6e62401b4b99a2.tar.xz qemu-f291887e8eef5d37d31484638f6e62401b4b99a2.zip | |
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/exec')
0 files changed, 0 insertions, 0 deletions
