mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Fix typo in TLS initialization code
This commit is contained in:
parent
f7721ac37c
commit
e4c3067617
@ -141,7 +141,7 @@ pub fn initTLS() void {
|
||||
elf.AT_PHENT => at_phent = auxv[i].a_un.a_val,
|
||||
elf.AT_PHNUM => at_phnum = auxv[i].a_un.a_val,
|
||||
elf.AT_PHDR => at_phdr = auxv[i].a_un.a_val,
|
||||
elf.AT_HWCAP => at_phdr = auxv[i].a_un.a_val,
|
||||
elf.AT_HWCAP => at_hwcap = auxv[i].a_un.a_val,
|
||||
else => continue,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user