From 2ce3fb07a3b682d4d7b62b038bedcb9e65eb1924 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 31 Jan 2005 11:22:11 +0000 Subject: added ecx to clobber list git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14621 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/pullup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/pullup.c b/libmpcodecs/pullup.c index c21639f1cf..712c1b1eb6 100644 --- a/libmpcodecs/pullup.c +++ b/libmpcodecs/pullup.c @@ -53,7 +53,7 @@ static int diff_y_mmx(unsigned char *a, unsigned char *b, int s) "emms \n\t" : "=a" (ret) : "S" (a), "D" (b), "a" (s) - : "%edx" + : "%ecx", "%edx" ); return ret; } @@ -143,7 +143,7 @@ static int licomb_y_mmx(unsigned char *a, unsigned char *b, int s) "emms \n\t" : "=a" (ret) : "S" (a), "D" (b), "a" (s) - : "%edx" + : "%ecx", "%edx" ); return ret; } -- cgit v1.2.3