From 603b235a8ae5938e7cbdd4577a3130b1763fe14e Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Sun, 20 Apr 2014 18:05:27 +0300 Subject: Fix build with clang --- src/post/goom/mmx.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/post/goom/mmx.h b/src/post/goom/mmx.h index 6861b7cfe..8b4b7c186 100644 --- a/src/post/goom/mmx.h +++ b/src/post/goom/mmx.h @@ -730,8 +730,7 @@ void zoom_filter_xmmx (int prevX, int prevY, Pixel *expix1, Pixel *expix2, #else -#define emms() __asm__ __volatile__ ("emms"::: \ - "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)") +#define emms() __asm__ __volatile__ ("emms") #endif -- cgit v1.2.3