mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
15 lines
270 B
ArmAsm
15 lines
270 B
ArmAsm
|
.include "o/libc/nt/codegen.inc"
|
||
|
.imp KernelBase,__imp_GetLogicalDrives,GetLogicalDrives,589
|
||
|
|
||
|
.text.windows
|
||
|
GetLogicalDrives:
|
||
|
push %rbp
|
||
|
mov %rsp,%rbp
|
||
|
.profilable
|
||
|
sub $32,%rsp
|
||
|
call *__imp_GetLogicalDrives(%rip)
|
||
|
leave
|
||
|
ret
|
||
|
.endfn GetLogicalDrives,globl
|
||
|
.previous
|