aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/m68k/mpih-shift.S
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-02-24 18:50:46 +0000
committerWerner Koch <[email protected]>1998-02-24 18:50:46 +0000
commit5a05af2bca319adc9a915ff4466f04c3ef05142a (patch)
tree24292fd49662c09acbe4d6eae321888cbb175585 /mpi/m68k/mpih-shift.S
parentrel 0.2.7 mit kleines Korrekturen (diff)
downloadgnupg-5a05af2bca319adc9a915ff4466f04c3ef05142a.tar.gz
gnupg-5a05af2bca319adc9a915ff4466f04c3ef05142a.zip
Renamed to GNUPGV-0-2-8
Diffstat (limited to '')
-rw-r--r--mpi/m68k/mpih-shift.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpi/m68k/mpih-shift.S b/mpi/m68k/mpih-shift.S
index a9208745e..09b1bcd57 100644
--- a/mpi/m68k/mpih-shift.S
+++ b/mpi/m68k/mpih-shift.S
@@ -186,7 +186,7 @@ PROLOG(mpihelp_rshift)
cmpl R(d5),R(cnt)
bne L(Rnormal)
cmpl R(res_ptr),R(s_ptr)
- bls L(Lspecial) /* jump if res_ptr >= s_ptr */
+ bls L(Rspecial) /* jump if res_ptr >= s_ptr */
#if (defined (__mc68020__) || defined (__NeXT__) || defined(mc68020))
lea MEM_INDX1(res_ptr,s_size,l,4),R(a2)
#else /* not mc68020 */
@@ -195,7 +195,7 @@ PROLOG(mpihelp_rshift)
lea MEM_INDX(res_ptr,d0,l),R(a2)
#endif
cmpl R(s_ptr),R(a2)
- bls L(Lspecial) /* jump if s_ptr >= res_ptr + s_size */
+ bls L(Rspecial) /* jump if s_ptr >= res_ptr + s_size */
L(Rnormal:)
moveql #32,R(d5)
@@ -242,7 +242,7 @@ L(Rend:)
permissable if the source and destination don't overlap, since the
function is documented to work for overlapping source and destination. */
-L(Lspecial:)
+L(Rspecial:)
#if (defined (__mc68020__) || defined (__NeXT__) || defined(mc68020))
lea MEM_INDX1(s_ptr,s_size,l,4),R(s_ptr)
lea MEM_INDX1(res_ptr,s_size,l,4),R(res_ptr)