Merge branch 'upstream-1.7' into tizen_qemu_1.7
[sdk/emulator/qemu.git] / tcg / i386 / tcg-target.c
index 7ac8e45..587e11e 100644 (file)
@@ -106,6 +106,9 @@ static const int tcg_target_call_oarg_regs[] = {
 # define have_cmov 1
 #elif defined(CONFIG_CPUID_H)
 #include <cpuid.h>
+#ifndef bit_CMOV
+#define bit_CMOV    (1 << 15)
+#endif
 static bool have_cmov;
 #else
 # define have_cmov 0