drop femms

This commit is contained in:
c0ntrol
2017-01-02 16:30:21 +01:00
parent 12067061b3
commit 0c84a976d6

View File

@@ -41,11 +41,15 @@ typedef int32_t x86_reg;
typedef int x86_reg;
#endif
#if ARCH_X86
#ifdef HAVE_ASM_3DNOW
#define _EMMS "femms"
#else
#define _EMMS "emms"
#endif
#else
#define _EMMS "emms"
#endif
#endif