diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-tcg-i386-tcg-target.c')
| -rw-r--r-- | emulators/qemu-devel/files/patch-tcg-i386-tcg-target.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/qemu-devel/files/patch-tcg-i386-tcg-target.c b/emulators/qemu-devel/files/patch-tcg-i386-tcg-target.c deleted file mode 100644 index 308f934b4965..000000000000 --- a/emulators/qemu-devel/files/patch-tcg-i386-tcg-target.c +++ /dev/null @@ -1,13 +0,0 @@ ---- a/tcg/i386/tcg-target.c -+++ b/tcg/i386/tcg-target.c -@@ -104,6 +104,10 @@ static const int tcg_target_call_oarg_re - # define have_cmov 1 - #elif defined(CONFIG_CPUID_H) - #include <cpuid.h> -+#ifndef bit_CMOV -+/* clang's <cpuid.h> doesn't define bit_* */ -+#define bit_CMOV (1 << 15) -+#endif - static bool have_cmov; - #else - # define have_cmov 0 |
