Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102954520
D45829.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
D45829.diff
View Options
diff --git a/lib/libthr/arch/i386/include/pthread_md.h b/lib/libthr/arch/i386/include/pthread_md.h
--- a/lib/libthr/arch/i386/include/pthread_md.h
+++ b/lib/libthr/arch/i386/include/pthread_md.h
@@ -47,8 +47,8 @@
{
struct pthread *thr;
- __asm __volatile("movl %%gs:%1, %0" : "=r" (thr)
- : "m" (*(volatile u_int *)offsetof(struct tcb, tcb_thread)));
+ __asm __volatile("movl %%gs:%c1, %0" : "=r" (thr)
+ : "i" (offsetof(struct tcb, tcb_thread)));
return (thr);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 4:07 AM (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14729907
Default Alt Text
D45829.diff (483 B)
Attached To
Mode
D45829: libthr _get_curthread i386: quiet gcc -Warray-bounds
Attached
Detach File
Event Timeline
Log In to Comment