diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/post/goom/mmx.h | 3 |
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 |