projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update from main archive 960807
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
alpha
/
ffs.S
diff --git
a/sysdeps/alpha/ffs.S
b/sysdeps/alpha/ffs.S
index
e4dd87c
..
b84a51d
100644
(file)
--- a/
sysdeps/alpha/ffs.S
+++ b/
sysdeps/alpha/ffs.S
@@
-34,7
+34,7
@@
ENTRY(ffs)
negq a0, t0 # due to the srl instruction
and a0, t0, t0
clr v0
- beq a0, done
+ beq a0,
$
done
# now do binary search for first non-zero bit
@@
-61,6
+61,6
@@
ENTRY(ffs)
addq v0, 1, t3
cmoveq t2, t3, v0
-
done:
ret
+
$done:
ret
END(ffs)