diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-10-22 08:48:11 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-10-22 08:48:11 +0000 |
| commit | 694725c201a1fd3f146cc88cd295a4ddce83ea23 (patch) | |
| tree | 6b58eb467b3f716e5d4f6060554fc22e861b84b2 /lib/libc | |
| parent | f1eafd6db8628ad3efbcbf878cda3a3f39bf7df8 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/ia64/string/bzero.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/ia64/string/bzero.S b/lib/libc/ia64/string/bzero.S index 8f0004e891db..1d1519e1f06a 100644 --- a/lib/libc/ia64/string/bzero.S +++ b/lib/libc/ia64/string/bzero.S @@ -32,7 +32,7 @@ ENTRY(bzero, 2) cmp.le p6,p0=in1,r0 // bail if len <= 0 (p6) br.ret.spnt.few rp - + ;; mov r14=ar.lc // save ar.lc cmp.ltu p6,p0=17,in1 // check for small @@ -51,11 +51,11 @@ ENTRY(bzero, 2) 3: tbit.nz p6,p0=in0,0 ;; (p6) st1 [in0]=r0,1 -(p6) add in1=-1,in1 +(p6) add in1=-1,in1 ;; tbit.nz p6,p0=in0,1 ;; (p6) st2 [in0]=r0,2 -(p6) add in1=-2,in1 +(p6) add in1=-2,in1 ;; tbit.nz p6,p0=in0,2 ;; (p6) st4 [in0]=r0,4 |
