mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Tail call to __stxcpy.
This commit is contained in:
parent
fa6dc9e01e
commit
de55c82792
@ -65,7 +65,7 @@ $found: negq t1, t2 # clear all but least set bit
|
||||
|
||||
/* Now do the append. */
|
||||
|
||||
jsr t9, __stxcpy
|
||||
ret
|
||||
mov ra, t9
|
||||
jmp $31, __stxcpy
|
||||
|
||||
END(strcat)
|
||||
|
@ -35,7 +35,7 @@ ENTRY(strcpy)
|
||||
.prologue 1
|
||||
|
||||
mov a0, v0 # set up return value
|
||||
jsr t9, __stxcpy # do the copy
|
||||
ret
|
||||
mov ra, t9
|
||||
jmp $31, __stxcpy # do the copy
|
||||
|
||||
END(strcpy)
|
||||
|
Loading…
Reference in New Issue
Block a user