changeset 30247:04639dec4eb8

/nop is illegal with Apple's older version of gas, this was fixed elsewhere but not here since it was unused before now.
author conrad
date Tue, 12 Jan 2010 19:03:09 +0000
parents f394b0820fda
children cb820f087ce0
files libswscale/x86/yuv2rgb_template.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/x86/yuv2rgb_template.c	Tue Jan 12 18:37:23 2010 +0000
+++ b/libswscale/x86/yuv2rgb_template.c	Tue Jan 12 19:03:09 2010 +0000
@@ -42,7 +42,7 @@
 #define SFENCE "sfence"
 #else
 #define MOVNTQ "movq"
-#define SFENCE "/nop"
+#define SFENCE " # nop"
 #endif
 
 #define YUV2RGB \