Skip to content

Commit

Permalink
CRIS: Add debug info for assembler code
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
  • Loading branch information
Jesper Nilsson committed Aug 4, 2010
1 parent 5f9ac92 commit 3a38125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/cris/arch-v32/lib/checksum.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

.globl csum_partial
.type csum_partial,@function
csum_partial:

;; r10 - src
Expand Down Expand Up @@ -83,3 +84,5 @@ _do_byte:
addu.b [$r10],$r12
ret
move.d $r12,$r10

.size csum_partial, .-csum_partial

0 comments on commit 3a38125

Please sign in to comment.