mirror of
https://git.musl-libc.org/git/musl
synced 2025-10-05 21:12:41 +02: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.