| author | |
| committer | |
| log | abcd9ac9d01f6915ceecdb690ed5531495c8cd9a |
| tree | edf78595208fff5f789dc78b57c9e8dfd5019b90 |
| parent | a34f67aa66554a776ae9a8f42207c62fcbc5fc25 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/thread.zig+1-1| ... | ... | @@ -358,7 +358,7 @@ pub const Thread = struct { |
| 358 | 358 | const tls_area = mmap_slice[tls_start_offset..]; |
| 359 | 359 | const tp_value = os.linux.tls.prepareTLS(tls_area); |
| 360 | 360 | |
| 361 | var newtls = blk: { | |
| 361 | const newtls = blk: { | |
| 362 | 362 | if (std.Target.current.cpu.arch == .i386) { |
| 363 | 363 | user_desc = os.linux.user_desc{ |
| 364 | 364 | .entry_number = os.linux.tls.tls_image.gdt_entry_number, |