Applied. Thanks.
Regards,
Anthony Liguori
Alexander Graf writes:
> On 17.01.2013, at 08:50, Markus Armbruster wrote:
>
>> David Gibson writes:
>>
>>> On Sun, Jan 13, 2013 at 04:35:41PM +, Blue Swirl wrote:
OpenBSD system compiler (gcc 4.2.1) has problems with concatenation
of macro arguments in macro functions:
CC
On 17.01.2013, at 08:50, Markus Armbruster wrote:
> David Gibson writes:
>
>> On Sun, Jan 13, 2013 at 04:35:41PM +, Blue Swirl wrote:
>>> OpenBSD system compiler (gcc 4.2.1) has problems with concatenation
>>> of macro arguments in macro functions:
>>> CCaes.o
>>> In file included from
David Gibson writes:
> On Sun, Jan 13, 2013 at 04:35:41PM +, Blue Swirl wrote:
>> OpenBSD system compiler (gcc 4.2.1) has problems with concatenation
>> of macro arguments in macro functions:
>> CCaes.o
>> In file included from /src/qemu/include/qemu-common.h:126,
>> fr
On Sun, Jan 13, 2013 at 04:35:41PM +, Blue Swirl wrote:
> OpenBSD system compiler (gcc 4.2.1) has problems with concatenation
> of macro arguments in macro functions:
> CCaes.o
> In file included from /src/qemu/include/qemu-common.h:126,
> from /src/qemu/aes.c:30:
> /src/
Am 13.01.2013 17:35, schrieb Blue Swirl:
> OpenBSD system compiler (gcc 4.2.1) has problems with concatenation
> of macro arguments in macro functions:
> CCaes.o
> In file included from /src/qemu/include/qemu-common.h:126,
> from /src/qemu/aes.c:30:
> /src/qemu/include/qemu/b
On 2013-01-13 08:35, Blue Swirl wrote:
Fix by applying glue(). Also add do {} while(0) wrapping and fix
semicolon use while at it.
Signed-off-by: Blue Swirl
---
include/qemu/bswap.h | 20 ++--
1 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderso
OpenBSD system compiler (gcc 4.2.1) has problems with concatenation
of macro arguments in macro functions:
CCaes.o
In file included from /src/qemu/include/qemu-common.h:126,
from /src/qemu/aes.c:30:
/src/qemu/include/qemu/bswap.h: In function 'leul_to_cpu':
/src/qemu/include/