commit | 6d88f827d7c3e73d11a62fdabccca001aece7295 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Sat Feb 09 18:24:29 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Sat Feb 09 18:24:37 2008 +0100 |
tree | df03467229604d48f56f88d65cba888aa9fa1497 | |
parent | 1ee92a1c79b4a44586490a52132d105972374223 [diff] |
[S390] Fix __ffs_word_loop/__ffz_word_loop inlnie assembly. The black art of inline assemblies.. The new __ffs_word_loop/ __ffz_word_loop inline assemblies need an early clobber for the two input/output variables. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>