qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu 1.7.0 does not build on NetBSD (patch)


From: Martin Husemann
Subject: [Qemu-devel] qemu 1.7.0 does not build on NetBSD (patch)
Date: Tue, 17 Dec 2013 09:55:40 +0100
User-agent: Mutt/1.4.2.3i

On NetBSD int8_t and friends are preprocessor macros expanding to __int8_t
(which is a typedef provided by machine dependent headers).

include/exec/softmmu_template.h tries to safe 3 lines of code by using 
preprosseor concatenation, which only will work if int8_t is not a define,
or defined to int8_t.

The attached patch fixes this.

Martin

Attachment: patch-include_exec_softmmu__template.h
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]