fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets
[musl] / arch / s390x / pthread_arch.h
index bd90016..e2251f1 100644 (file)
@@ -1,7 +1,7 @@
 static inline struct pthread *__pthread_self()
 {
        struct pthread *self;
-       __asm__ __volatile__ (
+       __asm__ (
                "ear  %0, %%a0\n"
                "sllg %0, %0, 32\n"
                "ear  %0, %%a1\n"