std.Thread: fix tls 9386 linux typo
This commit is contained in:
@@ -581,7 +581,7 @@ const LinuxThreadImpl = struct {
|
||||
defer tls_ptr = @ptrToInt(&user_desc);
|
||||
user_desc = .{
|
||||
.entry_number = os.linux.tls.tls_image.gdt_entry_number,
|
||||
.base_addr = tks_ptr,
|
||||
.base_addr = tls_ptr,
|
||||
.limit = 0xfffff,
|
||||
.seg_32bit = 1,
|
||||
.contents = 0, // Data
|
||||
|
||||
Reference in New Issue
Block a user