Commit 3a38125d authored by Jesper Nilsson's avatar Jesper Nilsson

CRIS: Add debug info for assembler code

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 5f9ac92f
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*/ */
.globl csum_partial .globl csum_partial
.type csum_partial,@function
csum_partial: csum_partial:
;; r10 - src ;; r10 - src
...@@ -83,3 +84,5 @@ _do_byte: ...@@ -83,3 +84,5 @@ _do_byte:
addu.b [$r10],$r12 addu.b [$r10],$r12
ret ret
move.d $r12,$r10 move.d $r12,$r10
.size csum_partial, .-csum_partial
Markdown is supported
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