mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 01:33:09 +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
10 lines
123 B
ArmAsm
Vendored
10 lines
123 B
ArmAsm
Vendored
.section .init
|
|
lwi r15, r1, 0
|
|
rtsd r15, 8
|
|
addi r1, r1, 32
|
|
|
|
.section .fini
|
|
lwi r15, r1, 0
|
|
rtsd r15, 8
|
|
addi r1, r1, 32
|