qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Compilation fix for OSX/ppc64


From: Andreas Färber
Subject: [Qemu-devel] [PATCH] Compilation fix for OSX/ppc64
Date: Sat, 26 Jul 2008 15:33:20 +0200

Hello,

The attached patch should fix the compilation error (type conflict for [u]int64_t) reported by René Rebe for Mac OS X ppc64.

Like on OSX/x86-64 we should not define [u]int64_t in dyngen-exec.h for OSX/ppc64 because they are already defined in the system headers (to [unsigned] long long). The comments are updated to match the code.

Not tested on OSX/ppc64, but that's not yet working anyway.

Signed-off-by: Andreas Faerber <address@hidden>

Andreas

Attachment: qemu-osx-ppc64-int64error.diff
Description: Binary data



reply via email to

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