qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Win32 build


From: Fabrice Bellard
Subject: Re: [Qemu-devel] [PATCH] Win32 build
Date: Mon, 10 Jan 2005 23:58:55 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Filip Navara wrote:
Index: target-i386/ops_template.h
===================================================================
RCS file: /cvsroot/qemu/qemu/target-i386/ops_template.h,v
retrieving revision 1.8
diff -u -r1.8 ops_template.h
--- target-i386/ops_template.h  3 Jan 2005 23:50:08 -0000       1.8
+++ target-i386/ops_template.h  9 Jan 2005 02:18:37 -0000
@@ -46,7 +46,7 @@
 #define SUFFIX q
 #define DATA_TYPE uint64_t
 #define DATA_STYPE int64_t
-#define DATA_MASK 0xffffffffffffffff
+#define DATA_MASK 0xffffffffffffffffULL
 #else
 #error unhandled operand size
 #endif

Is this really needed to compile ?

Fabrice.





reply via email to

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