[MPlayer-cvslog] CVS: main/libmpcodecs pullup.c,1.21,1.22
Alex Beregszaszi
syncmail at mplayerhq.hu
Mon Jan 31 12:22:14 CET 2005
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv12200
Modified Files:
pullup.c
Log Message:
added ecx to clobber list
Index: pullup.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/pullup.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pullup.c 31 Jan 2005 11:21:31 -0000 1.21
+++ pullup.c 31 Jan 2005 11:22:11 -0000 1.22
@@ -53,7 +53,7 @@
"emms \n\t"
: "=a" (ret)
: "S" (a), "D" (b), "a" (s)
- : "%edx"
+ : "%ecx", "%edx"
);
return ret;
}
@@ -143,7 +143,7 @@
"emms \n\t"
: "=a" (ret)
: "S" (a), "D" (b), "a" (s)
- : "%edx"
+ : "%ecx", "%edx"
);
return ret;
}
More information about the MPlayer-cvslog
mailing list