From e6ae2efe1e8e8d0706a4cac215dde2b8625ca062 Mon Sep 17 00:00:00 2001 From: Oliver Pinter Date: Sat, 30 Mar 2013 01:46:04 +0100 Subject: [PATCH 4/4] fix CTLTYPE_QUAD related compile error Signed-off-by: Oliver Pinter --- bsd-user/syscall.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index 18b43f1..156ebc6 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -36,6 +36,8 @@ #include "qemu.h" #include "qemu-common.h" +#define CTLTYPE_QUAD CTLTYPE_U64 + //#define DEBUG static abi_ulong target_brk; -- 1.8.2