commit | ea8f978ffef325ab2fd0edcf5f24b6dcec6078f3 | [log] [tgz] |
---|---|---|
author | Dong Xu Wang <wdongxu@linux.vnet.ibm.com> | Tue Dec 20 17:03:47 2011 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Feb 09 16:17:51 2012 +0100 |
tree | 78017a8c65b689b396d408977a1d2b5b5692b54a | |
parent | 75bab85ca01876f912caf46f5fcb4ca8d9a50584 [diff] |
rewrite QEMU_BUILD_BUG_ON On some platforms, __LINE__ will not expand to real number in QEMU_BUILD_BUG_ON, so if using QEMU_BUILD_BUG_ON twice, compiler will report errors. This patch will fix it. BTW, I got error message on RHEL 6.1/gcc 4.4.5. Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>