Mercurial > mplayer.hg
changeset 14620:b9a05a395726
added ecx to clobber list
author | alex |
---|---|
date | Mon, 31 Jan 2005 11:22:11 +0000 |
parents | f5e2fa7ec219 |
children | 0293cab15c03 |
files | libmpcodecs/pullup.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/pullup.c Mon Jan 31 11:21:31 2005 +0000 +++ b/libmpcodecs/pullup.c Mon Jan 31 11:22:11 2005 +0000 @@ -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; }