| author | |
| committer | |
| log | a56b767c35b96f76f315e5deeddae62e6891a440 |
| tree | 2db21d12ec37aae5e3c6408d10604708a6f39086 |
| parent | 453157595ee3c8daf017add9387b508224aa3f8f |
1 files changed, 1 insertions(+), 0 deletions(-)
std/os/linux/tls.zig+1| ... | @@ -89,6 +89,7 @@ const tls_tp_offset = switch (builtin.arch) { | ... | @@ -89,6 +89,7 @@ const tls_tp_offset = switch (builtin.arch) { |
| 89 | 89 | ||
| 90 | const tls_dtv_offset = switch (builtin.arch) { | 90 | const tls_dtv_offset = switch (builtin.arch) { |
| 91 | .mipsel => 0x8000, | 91 | .mipsel => 0x8000, |
| 92 | .riscv32, .riscv64 => 0x800, | ||
| 92 | else => 0, | 93 | else => 0, |
| 93 | }; | 94 | }; |
| 94 | 95 |