DEBSOURCES
Skip Quicknav
sources / wasi-libc / 0.0~git20241209.574b88d-2 / libc-top-half / musl / arch / i386 / pthread_arch.h
12345678
static inline uintptr_t __get_tp() { uintptr_t tp; __asm__ ("movl %%gs:0,%0" : "=r" (tp) ); return tp; } #define MC_PC gregs[REG_EIP]