make thread-pointer-loading asm non-volatile
[musl.git] / arch / microblaze / pthread_arch.h
blobf6ba8de981fd2b6b8a56c86f3b720665a5ccbe5e
1 static inline struct pthread *__pthread_self()
3 struct pthread *self;
4 __asm__ ("ori %0, r21, 0" : "=r" (self) );
5 return self;
8 #define TP_ADJ(p) (p)
10 #define MC_PC regs.pc