cosmopolitan/libc/nt/gdi32/CreateDIBSection.s

13 lines
259 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/codegen.inc"
.imp gdi32,__imp_CreateDIBSection,CreateDIBSection,1069
.text.windows
CreateDIBSection:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_CreateDIBSection(%rip),%rax
jmp __sysv2nt6
.endfn CreateDIBSection,globl
.previous