mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 22:34:28 +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
13 lines
127 B
ArmAsm
Vendored
13 lines
127 B
ArmAsm
Vendored
.section .init
|
|
.align 2
|
|
lwz 0,36(1)
|
|
addi 1,1,32
|
|
mtlr 0
|
|
blr
|
|
|
|
.section .fini
|
|
.align 2
|
|
lwz 0,36(1)
|
|
addi 1,1,32
|
|
mtlr 0
|
|
blr
|