From e3ee41ccae05d06258d37a9643c091720e14f600 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Tue, 22 Apr 2014 11:34:37 +0300 Subject: fix debug 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 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 -- cgit v1.2.3