mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 14:56:54 -04:00
CRIS: Add debug info for assembler code
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user