mirror of
https://git.musl-libc.org/git/musl
synced 2026-01-26 08:07:52 +00:00
The LLVM assembler reportedly assembles the form using the j mnemonic incorrectly (see issue 107460). The jr form is canonical and avoids this problem, so use it instead.