This enables UAL syntax for all asm files instead of only those
which happen to be incompatible with the old, deprecated syntax.
Signed-off-by: Mans Rullgard <mans@mansr.com>
| ... | ... |
@@ -95,7 +95,7 @@ function ff_dct_unquantize_h263_armv5te, export=1 |
| 95 | 95 |
strh lr, [r0], #2 |
| 96 | 96 |
|
| 97 | 97 |
subs r3, r3, #8 |
| 98 |
- ldrgtd r4, [r0, #0] /* load data early to avoid load/use pipeline stall */ |
|
| 98 |
+ ldrdgt r4, [r0, #0] /* load data early to avoid load/use pipeline stall */ |
|
| 99 | 99 |
bgt 1b |
| 100 | 100 |
|
| 101 | 101 |
adds r3, r3, #2 |