Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler.h: Use glue() in QEMU_BUILD_BUG_ON define
Rather than rolling custom concatenate-strings macros for the QEMU_BUILD_BUG_ON macro to use, use the glue() macro we already have (since it's now available to us in this header). Signed-off-by: Peter Maydell <[email protected]> Reviewed-by: Daniel P. Berrange <[email protected]>
- Loading branch information