Commit c689a126 authored by hkuang's avatar hkuang
Browse files

Fix a bug in the assembly code.

Change-Id: Ic416e3f8a11e82ee298e6f709b2119a9ddf1e2f8
Showing with 1 addition and 1 deletion
...@@ -117,7 +117,7 @@ diff_negative_32_32_loop ...@@ -117,7 +117,7 @@ diff_negative_32_32_loop
moveq r12, r3 moveq r12, r3
cmp r0, #0 cmp r0, #0
bne diff_negative_32_32_loop bne diff_negative_32_32_loop
pop {r3,pc} pop {pc}
diff_positive_32_32 diff_positive_32_32
usat r0, #8, r0 usat r0, #8, r0
......
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