提交 80fe30ed 编写于 作者: B balrog

Fix a typo preventing GNUC builtins usage.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5842 c046a42c-6fe2-441c-8c8c-71466251a162
上级 dcfd12b8
......@@ -64,7 +64,7 @@
#define qemu_printf printf
#if defined (__GNUC__) && defined (__GNUC_MINOR_)
#if defined (__GNUC__) && defined (__GNUC_MINOR__)
# define QEMU_GNUC_PREREQ(maj, min) \
((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
#else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册