From 3d090251794d8f792131af4a4a601a405bc1af80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 24 Apr 2006 20:58:44 +0000 Subject: Fix a crash in goom. Commented out the -fomit-frame-pointer workaround. CVS patchset: 7981 CVS date: 2006/04/24 20:58:44 --- src/post/goom/mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/goom/mmx.c') diff --git a/src/post/goom/mmx.c b/src/post/goom/mmx.c index 484c76092..5f887cf77 100644 --- a/src/post/goom/mmx.c +++ b/src/post/goom/mmx.c @@ -116,7 +116,7 @@ void zoom_filter_mmx (int prevX, int prevY, "packuswb %%mm7, %%mm0 \n\t" "movd %%mm0,%0 \n\t" - :"=g"(expix2[loop]),"=r"(pos) + :"=g"(expix2[loop]),"+r"(pos) :"r"(coeffs),"r"(expix1),"g"(sizeX) ); -- cgit v1.2.3