提交 977d5710 编写于 作者: B bellard

DATA_MASK fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1213 c046a42c-6fe2-441c-8c8c-71466251a162
上级 34444131
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册