mirror of https://git.musl-libc.org/git/musl
Browse Source
a_ll/a_sc inline asm used 64bit register operands (%0) instead of 32bit ones (%w0), this at least broke a_and_64 (which always cleared the top 32bit, leaking memory in malloc).master
committed by
Rich Felker
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue