Commit e72d49a9 authored by Johann's avatar Johann
Browse files

Use lowercase 'b' to branch

iOS doesn't recognize B:
bad instruction `B idct32_pass_loop'

Change-Id: I3cf6aede4639f1d9efa97f7962fa287ba6feaaef
Showing with 1 addition and 1 deletion
...@@ -1145,7 +1145,7 @@ idct32_bands_end_1st_pass ...@@ -1145,7 +1145,7 @@ idct32_bands_end_1st_pass
; pass loop processing ; pass loop processing
add r5, r5, #1 add r5, r5, #1
B idct32_pass_loop b idct32_pass_loop
idct32_bands_end_2nd_pass idct32_bands_end_2nd_pass
STORE_COMBINE_CENTER_RESULTS STORE_COMBINE_CENTER_RESULTS
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment