mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 4390383b32 inadvertently used "r"
instead of "0" for the input constraint, which only happened to work
for the configuration I tested it on because it usually makes sense
for the compiler to choose the same input and output register.
master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue