16 lines
291 B
ArmAsm
16 lines
291 B
ArmAsm
.include "o/libc/nt/codegen.inc"
|
|
.imp gdi32,__imp_CreateCompatibleDC,CreateCompatibleDC,1064
|
|
|
|
.text.windows
|
|
CreateCompatibleDC:
|
|
push %rbp
|
|
mov %rsp,%rbp
|
|
.profilable
|
|
mov %rdi,%rcx
|
|
sub $32,%rsp
|
|
call *__imp_CreateCompatibleDC(%rip)
|
|
leave
|
|
ret
|
|
.endfn CreateCompatibleDC,globl
|
|
.previous
|