mirror of https://git.musl-libc.org/git/musl
Browse Source
this builds on commitsmastera603a75a72and0ba35d69c0to ensure that a compiler cannot conclude that it's valid to reorder the asm to a point before the thread pointer is set up, or to treat the inline function as if it were declared with attribute((const)). other archs already use volatile asm for thread pointer loading.
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue