typo in macro definitions for x86_64
[oweals/musl.git] / arch / x86_64 / pthread_arch.h
index 40d267979b82ae4296566feacfa77a565d8747d6..836187f5654ea4087c754c512f3543163e3738ff 100644 (file)
@@ -1,6 +1,9 @@
 static inline struct pthread *__pthread_self()
 {
        struct pthread *self;
-       __asm__ ("movq %%fs:0,%0" : "=r" (self) );
+       __asm__ __volatile__ ("movq %%fs:0,%0" : "=r" (self) );
        return self;
 }
+
+#define CANCEL_REG_SP 15
+#define CANCEL_REG_IP 16