--- src/sys/i386/include/Attic/tls.h 2005/05/10 15:29:53 1.4 +++ src/sys/i386/include/Attic/tls.h 2005/05/11 15:50:14 1.5 @@ -76,7 +76,7 @@ tls_get_curthread(void) __asm __volatile ("movl %%gs:%1, %0" : "=r" (self) - : "m" (((struct tls_tcb *)0)->tcb_tcb, tcb_pthread)); + : "m" (((struct tls_tcb *)0)->tcb_pthread)); return(self); }