mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
lib/std/elf: fix typo in R_RISCV_TLSDESC
This commit is contained in:
parent
9542ee9bf8
commit
5fb54736df
@ -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…
x
Reference in New Issue
Block a user