mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-21 13:22:13 +00:00
ARM: fix Thumb-mode simple_idct_arm
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>
This commit is contained in:
parent
5c5e1ea3cd
commit
71b3a63e9c
@ -491,8 +491,8 @@ __end_bef_a_evaluation:
|
|||||||
bal __end_a_evaluation
|
bal __end_a_evaluation
|
||||||
|
|
||||||
|
|
||||||
__constant_ptr__: @@ see #defines at the beginning of the source code for values.
|
|
||||||
.align
|
.align
|
||||||
|
__constant_ptr__: @@ see #defines at the beginning of the source code for values.
|
||||||
.word W1
|
.word W1
|
||||||
.word W2
|
.word W2
|
||||||
.word W3
|
.word W3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user