diff options
| author | Richard Henderson <rth@dot.sfbay.redhat.com> | 2002-10-09 03:17:43 -0700 |
|---|---|---|
| committer | Richard Henderson <rth@are.twiddle.net> | 2002-10-09 03:17:43 -0700 |
| commit | 820447aa8bd2e3824f6ea0237e4283c25615ea18 (patch) | |
| tree | c811ad674f43e0e14151359f37e49971a47e9f1c | |
| parent | 73bd2109e867b6794e6e1b3c6d4079de99a8298e (diff) | |
Fix missed variable rename in stxncpy glibc conversion.
| -rw-r--r-- | arch/alpha/lib/stxncpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/lib/stxncpy.S b/arch/alpha/lib/stxncpy.S index 0b5717f84412..9f0d16737cf0 100644 --- a/arch/alpha/lib/stxncpy.S +++ b/arch/alpha/lib/stxncpy.S @@ -278,7 +278,7 @@ $u_eoc: extqh t2, a1, t0 # e0 : extract low bits for last word or t1, t0, t1 # e1 : -1: cmpbge zero, t1, t7 +1: cmpbge zero, t1, t8 mov t1, t0 $u_eocfin: # end-of-count, final word |
