/nop is illegal with Apple's older version of gas, this was fixed elsewhere

but not here since it was unused before now.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
conrad 2010-01-12 19:03:09 +00:00
parent 071490a7a5
commit f3f11efc7a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#define SFENCE "sfence"
#else
#define MOVNTQ "movq"
#define SFENCE "/nop"
#define SFENCE " # nop"
#endif
#define YUV2RGB \