]> git.sesse.net Git - ffmpeg/commitdiff
ARM: fix Thumb-mode simple_idct_arm
authorMans Rullgard <mans@mansr.com>
Fri, 13 Jan 2012 19:03:14 +0000 (19:03 +0000)
committerMans Rullgard <mans@mansr.com>
Fri, 13 Jan 2012 19:09:59 +0000 (19:09 +0000)
The alignment directive must obviously precede the label.
This was never noticed in ARM mode since the location is
already aligned there.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/arm/simple_idct_arm.S

index 1490f539dfda637abffcb8760648d3c063da2ce4..a9c3095157764cc3bedbe77cab5541222b415c10 100644 (file)
@@ -491,8 +491,8 @@ __end_bef_a_evaluation:
         bal __end_a_evaluation
 
 
-__constant_ptr__:  @@ see #defines at the beginning of the source code for values.
         .align
+__constant_ptr__:  @@ see #defines at the beginning of the source code for values.
         .word   W1
         .word   W2
         .word   W3