Page MenuHomeFreeBSD

D45828.diff
No OneTemporary

D45828.diff

diff --git a/lib/libthr/arch/amd64/include/pthread_md.h b/lib/libthr/arch/amd64/include/pthread_md.h
--- a/lib/libthr/arch/amd64/include/pthread_md.h
+++ b/lib/libthr/arch/amd64/include/pthread_md.h
@@ -47,8 +47,8 @@
{
struct pthread *thr;
- __asm __volatile("movq %%fs:%1, %0" : "=r" (thr)
- : "m" (*(volatile u_long *)offsetof(struct tcb, tcb_thread)));
+ __asm __volatile("movq %%fs:%c1, %0" : "=r" (thr)
+ : "i" (offsetof(struct tcb, tcb_thread)));
return (thr);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 2, 11:21 AM (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10272380
Default Alt Text
D45828.diff (488 B)

Event Timeline