mirror of
https://github.com/fluencelabs/musl
synced 2025-05-28 23:21:34 +00:00
Due to a missing ":" in an asm() statement, the "memory" clobber is considered by gcc as an input operand and not a clobber, which causes a build failure.