mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
lib/std/elf: fix typo in R_RISCV_TLSDESC
This commit is contained in:
parent
9542ee9bf8
commit
5fb54736df
1 changed files with 1 additions and 1 deletions
|
|
@ -2181,7 +2181,7 @@ pub const R_RISCV = enum(u32) {
|
|||
R_RISCV_TLS_DTPREL64 = 9,
|
||||
R_RISCV_TLS_TPREL32 = 10,
|
||||
R_RISCV_TLS_TPREL64 = 11,
|
||||
R_RISVC_TLSDESC = 12,
|
||||
R_RISCV_TLSDESC = 12,
|
||||
R_RISCV_BRANCH = 16,
|
||||
R_RISCV_JAL = 17,
|
||||
R_RISCV_CALL = 18,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue