mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
9 lines
115 B
ArmAsm
Vendored
9 lines
115 B
ArmAsm
Vendored
.section .init
|
|
l.lwz r9,0(r1)
|
|
l.jr r9
|
|
l.addi r1,r1,4
|
|
|
|
.section .fini
|
|
l.lwz r9,0(r1)
|
|
l.jr r9
|
|
l.addi r1,r1,4
|