--- trunk/xvidcore/src/image/x86_asm/interpolate8x8_3dne.asm 2004/08/22 11:46:10 1535 +++ trunk/xvidcore/src/image/x86_asm/interpolate8x8_3dne.asm 2004/08/29 10:02:38 1540 @@ -29,15 +29,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 @@ -154,6 +154,7 @@ lea ecx,[ecx+2*edx] COPY_H_SSE_RND1 ret +.endfunc ;----------------------------------------------------------------------------- ; @@ -277,6 +278,7 @@ movq [ecx], mm4 movq [ecx+edx], mm5 ret +.endfunc ;----------------------------------------------------------------------------- ; @@ -408,3 +410,5 @@ lea ecx,[ecx+2*edx] COPY_HV_SSE_RND1 ret +.endfunc +