mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 10:17:32 +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
@ -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…
x
Reference in New Issue
Block a user