| author | |
| committer | |
| log | 5fb54736dffc6c991312e4e57ae00688bbf8e801 |
| tree | 48793961b2af639ae38d8aa3d24c5cd58afa0996 |
| parent | 9542ee9bf87424f89b7ca182944fe825193a5702 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/elf.zig+1-1| ... | ... | @@ -2181,7 +2181,7 @@ pub const R_RISCV = enum(u32) { |
| 2181 | 2181 | R_RISCV_TLS_DTPREL64 = 9, |
| 2182 | 2182 | R_RISCV_TLS_TPREL32 = 10, |
| 2183 | 2183 | R_RISCV_TLS_TPREL64 = 11, |
| 2184 | R_RISVC_TLSDESC = 12, | |
| 2184 | R_RISCV_TLSDESC = 12, | |
| 2185 | 2185 | R_RISCV_BRANCH = 16, |
| 2186 | 2186 | R_RISCV_JAL = 17, |
| 2187 | 2187 | R_RISCV_CALL = 18, |