Skip to content
Snippets Groups Projects
Commit 71b3a63e authored by Mans Rullgard's avatar Mans Rullgard
Browse files

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: default avatarMans Rullgard <mans@mansr.com>
parent 5c5e1ea3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment