bfin: Match DEFUN_END macros to the right functions
authorMartin Storsjö <martin@martin.st>
Wed, 10 Apr 2013 16:12:58 +0000 (19:12 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 15 Apr 2013 09:13:26 +0000 (12:13 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/bfin/pixels_bfin.S

index fcf96f8..99d4495 100644 (file)
@@ -440,6 +440,7 @@ LE$8OT: DISALGNEXCPT                       || R2  =[I1++]   || [I3++M2] = R5;
         (r7:4) = [sp++];
         unlink;
         rts;
+DEFUN_END(put_pixels8_xy2_nornd)
 
 DEFUN(diff_pixels,mL1,
        (int16_t *block, uint8_t *s1, uint8_t *s2, int stride)):
@@ -467,7 +468,7 @@ DEFUN(diff_pixels,mL1,
         (r7:4) = [sp++];
         unlink;
         rts;
-DEFUN_END(put_pixels8_xy2_nornd)
+DEFUN_END(diff_pixels)
 
 /*
     for (i = 0; i < 16; i++) {