mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 07:24:39 +08: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
|
.globl csum_partial
|
||||||
|
.type csum_partial,@function
|
||||||
csum_partial:
|
csum_partial:
|
||||||
|
|
||||||
;; r10 - src
|
;; r10 - src
|
||||||
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user