mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
CRIS: Add debug info for assembler code
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
parent
5f9ac92f3d
commit
3a38125d3e
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
.globl csum_partial
|
||||
.type csum_partial,@function
|
||||
csum_partial:
|
||||
|
||||
;; r10 - src
|
||||
|
@ -83,3 +84,5 @@ _do_byte:
|
|||
addu.b [$r10],$r12
|
||||
ret
|
||||
move.d $r12,$r10
|
||||
|
||||
.size csum_partial, .-csum_partial
|
||||
|
|
Loading…
Reference in a new issue