diff options
Diffstat (limited to 'arch/alpha/lib/strncpy.S')
-rw-r--r-- | arch/alpha/lib/strncpy.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/alpha/lib/strncpy.S b/arch/alpha/lib/strncpy.S index dbc011c34..7d64d21d5 100644 --- a/arch/alpha/lib/strncpy.S +++ b/arch/alpha/lib/strncpy.S @@ -27,6 +27,10 @@ strncpy: beq $18, 0f mov $26, $23 # set return address br __stxncpy # do the work of the copy + 0: ret + nop + nop + nop .end strncpy |