Update of /cvsroot/mplayer/main/mp3lib In directory mail:/var/tmp.root/cvs-serv29383 Modified Files: dct64_MMX.c Log Message: removing very ugly esp games / fixes the propolice problem on OpenBSD (patch by Björn Sandell <biorn at dce dot chalmers dot se>) i hope this is ok for all compilers ... Index: dct64_MMX.c =================================================================== RCS file: /cvsroot/mplayer/main/mp3lib/dct64_MMX.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dct64_MMX.c 24 May 2002 01:56:01 -0000 1.3 +++ dct64_MMX.c 15 Dec 2002 10:54:33 -0000 1.4 @@ -843,10 +843,6 @@ " 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 @@ ".L_bye:" : :"m"(a),"m"(b),"m"(c),"m"(tmp[0]) - :"memory","%ebx","%esi","%edi"); + :"memory","%eax","%ebx","%ecx","%edx","%esi","%edi"); }
participants (1)
-
Michael Niedermayer CVS