cosmopolitan/libc/nt/KernelBase/GetConsoleScreenBufferInfo.s

13 lines
312 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp KernelBase,__imp_GetConsoleScreenBufferInfo,GetConsoleScreenBufferInfo,476
.text.windows
GetConsoleScreenBufferInfo:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_GetConsoleScreenBufferInfo(%rip),%rax
jmp __sysv2nt
.endfn GetConsoleScreenBufferInfo,globl
.previous