From 9d90f1ef5c37605a99b6f85479f15bd3624dd605 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 19 Aug 2004 10:39:03 +0000 Subject: assembler compilation fix contributes by Andrew Church (closes bug #936086) CVS patchset: 6900 CVS date: 2004/08/19 10:39:03 --- src/post/goom/xmmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/goom/xmmx.c') diff --git a/src/post/goom/xmmx.c b/src/post/goom/xmmx.c index a5d57b395..ada41066d 100644 --- a/src/post/goom/xmmx.c +++ b/src/post/goom/xmmx.c @@ -128,7 +128,7 @@ void zoom_filter_xmmx (int prevX, int prevY, "andl $15,%%eax\n" "movd (%%ebx,%%eax,4),%%mm3\n" - ::"X"(precalCoef):"eax","ebx"); + ::"g"(precalCoef):"eax","ebx"); /* * extraction des coefficients... -- cgit v1.2.3