summaryrefslogtreecommitdiff
path: root/mpn/vax
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-09-23 23:07:33 +0200
committertege <tege@gmplib.org>2001-09-23 23:07:33 +0200
commit136b16e49fb1943fbd4c36093a756dda4574eae6 (patch)
treec06708727db0219bf5cf21a706889c22a7891083 /mpn/vax
parent798c5757c6eb4f161f11ff53cf6d910038d9571e (diff)
downloadgmp-136b16e49fb1943fbd4c36093a756dda4574eae6.tar.gz
Change `jsob*' to `sob*'.
Diffstat (limited to 'mpn/vax')
-rw-r--r--mpn/vax/lshift.s2
-rw-r--r--mpn/vax/rshift.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpn/vax/lshift.s b/mpn/vax/lshift.s
index c11051984..96a471c5c 100644
--- a/mpn/vax/lshift.s
+++ b/mpn/vax/lshift.s
@@ -52,7 +52,7 @@ Loop: movl -(r6),r2
ashq r8,r2,r4
movl r5,-(r7)
movl r2,r3
- jsobgtr r1,Loop
+ sobgtr r1,Loop
Lend: movl r4,-4(r7)
ret
diff --git a/mpn/vax/rshift.s b/mpn/vax/rshift.s
index 454a3d852..9cf1e0012 100644
--- a/mpn/vax/rshift.s
+++ b/mpn/vax/rshift.s
@@ -48,7 +48,7 @@ Loop: movl (r6)+,r3
ashq r8,r2,r4
movl r5,(r7)+
movl r3,r2
- jsobgtr r1,Loop
+ sobgtr r1,Loop
Lend: clrl r3
ashq r8,r2,r4