summaryrefslogtreecommitdiffstats
path: root/target-i386/ops_template.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-01-10 23:20:04 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-01-10 23:20:04 +0000
commit977d5710e6f9628402ea28b70a4ea36eec7fea3e (patch)
tree311859dbb55ae9b1151fc038b1c6af39e3e835c8 /target-i386/ops_template.h
parent34444131adc4c88905986b2343b34fb482b9803a (diff)
downloadhqemu-977d5710e6f9628402ea28b70a4ea36eec7fea3e.zip
hqemu-977d5710e6f9628402ea28b70a4ea36eec7fea3e.tar.gz
DATA_MASK fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1213 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/ops_template.h')
-rw-r--r--target-i386/ops_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/ops_template.h b/target-i386/ops_template.h
index 044968a..35d5b54 100644
--- a/target-i386/ops_template.h
+++ b/target-i386/ops_template.h
@@ -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
OpenPOWER on IntegriCloud