From 113aada89cf202623b4c3ae0a461fef1a65052bd Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 15 Dec 2002 10:54:33 +0000 Subject: =?UTF-8?q?removing=20very=20ugly=20esp=20games=20/=20fixes=20the?= =?UTF-8?q?=20propolice=20problem=20on=20OpenBSD=20(patch=20by=20Bj=C3=B6r?= =?UTF-8?q?n=20Sandell=20)?= =?UTF-8?q?=20i=20hope=20this=20is=20ok=20for=20all=20compilers=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@8454 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_MMX.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/dct64_MMX.c b/mp3lib/dct64_MMX.c index b99427f0a9..29b44e6437 100644 --- a/mp3lib/dct64_MMX.c +++ b/mp3lib/dct64_MMX.c @@ -843,10 +843,6 @@ void __attribute__ (( __stdcall__ )) dct64_MMX(real *a,real *b,real *c) " fsts 960(%%edi)\n\t" " fadds 92(%%edx)\n\t" " fstps 832(%%edi)\n\t" -" addl $256,%%esp\n\t" -" popl %%edi\n\t" -" popl %%esi\n\t" -" popl %%ebx\n\t" " jmp .L_bye\n\t" ".L01:\n\t" /* Phase 8*/ @@ -985,5 +981,5 @@ void __attribute__ (( __stdcall__ )) dct64_MMX(real *a,real *b,real *c) ".L_bye:" : :"m"(a),"m"(b),"m"(c),"m"(tmp[0]) - :"memory","%ebx","%esi","%edi"); + :"memory","%eax","%ebx","%ecx","%edx","%esi","%edi"); } -- cgit v1.2.3