From 15e32ab3b7ddc7e9e86b5efe285fede14537b212 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 19 Jan 2003 21:50:50 +0000 Subject: =?UTF-8?q?Propolice=20catches=20an=20overflow=20in=20dct64=5Fk7.c?= =?UTF-8?q?:=20mplayer:=20stack=20overflow=20in=20function=20dct64=5FMMX?= =?UTF-8?q?=5F3dnowex=20patch=20by=20Bj=C3=B6rn=20Sandell=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9040 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_k7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c index 9e960129ac..03538086d6 100644 --- a/mp3lib/dct64_k7.c +++ b/mp3lib/dct64_k7.c @@ -758,5 +758,5 @@ void __attribute__ (( __stdcall__ )) dct64_MMX_3dnowex(real *a,real *b,real *c) " femms\n\t" : :"m"(a),"m"(b),"m"(c),"m"(tmp[0]) - :"memory","%ebx","%esi","%edi"); + :"memory","%eax","%ebx","%ecx","%edx","%esi","%edi"); } -- cgit v1.2.3