--- trunk/xvidcore/src/dct/x86_asm/fdct_sse2_skal.asm 2004/08/22 11:46:10 1535 +++ trunk/xvidcore/src/dct/x86_asm/fdct_sse2_skal.asm 2004/08/29 10:02:38 1540 @@ -19,7 +19,7 @@ ; * along with this program; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: fdct_sse2_skal.asm,v 1.4 2004-08-22 11:46:09 edgomez Exp $ +; * $Id: fdct_sse2_skal.asm,v 1.5 2004-08-29 10:02:38 edgomez Exp $ ; * ; ***************************************************************************/ @@ -28,15 +28,15 @@ %macro cglobal 1 %ifdef PREFIX %ifdef MARK_FUNCS - global _%1:function - %define %1 _%1:function + global _%1:function %1.endfunc-%1 + %define %1 _%1:function %1.endfunc-%1 %else global _%1 %define %1 _%1 %endif %else %ifdef MARK_FUNCS - global %1:function + global %1:function %1.endfunc-%1 %else global %1 %endif @@ -455,6 +455,7 @@ iMTX_MULT 7, iTab2, Idct_Rnd7, 11 iLLM_PASS ecx+0 ret +.endfunc ;----------------------------------------------------------------------------- ; Helper macro TEST_ROW (test a null row) @@ -529,6 +530,7 @@ iLLM_PASS ecx+0 ret +.endfunc ;----------------------------------------------------------------------------- ; Helper macro fLLM_PASS @@ -694,3 +696,5 @@ fMTX_MULT 6, fTab3, Fdct_Rnd1 fMTX_MULT 7, fTab2, Fdct_Rnd1 ret +.endfunc +