--- postprocessing_sse2.asm 2004/08/28 13:07:56 1.4 +++ postprocessing_sse2.asm 2004/08/29 10:02:38 1.5 @@ -27,15 +27,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 @@ -138,4 +138,5 @@ pop esi ret +.endfunc ;//////////////////////////////////////////////////////////////////////