summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2014-04-22 11:34:37 +0300
committerPetri Hintukainen <phintuka@users.sourceforge.net>2014-04-22 11:34:37 +0300
commite3ee41ccae05d06258d37a9643c091720e14f600 (patch)
tree860e3ff9c8d0aeb43006b630fa12c6df2d044d2b /src
parent924738dfcbf0cb7af45800692f9829f0f50fc3fc (diff)
downloadxine-lib-e3ee41ccae05d06258d37a9643c091720e14f600.tar.gz
xine-lib-e3ee41ccae05d06258d37a9643c091720e14f600.tar.bz2
fix debug build with clang
Diffstat (limited to 'src')
-rw-r--r--src/post/goom/mmx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/post/goom/mmx.h b/src/post/goom/mmx.h
index 8b4b7c186..a2a8bd123 100644
--- a/src/post/goom/mmx.h
+++ b/src/post/goom/mmx.h
@@ -724,8 +724,7 @@ void zoom_filter_xmmx (int prevX, int prevY, Pixel *expix1, Pixel *expix2,
#define emms() \
{ \
printf("emms()\n"); \
- __asm__ __volatile__ ("emms" \
- "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \
+ __asm__ __volatile__ ("emms");
}
#else