mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
13 lines
278 B
ArmAsm
13 lines
278 B
ArmAsm
|
.include "o/libc/nt/codegen.inc"
|
||
|
.imp gdi32,__imp_SetTextJustification,SetTextJustification,1913
|
||
|
|
||
|
.text.windows
|
||
|
SetTextJustification:
|
||
|
push %rbp
|
||
|
mov %rsp,%rbp
|
||
|
.profilable
|
||
|
mov __imp_SetTextJustification(%rip),%rax
|
||
|
jmp __sysv2nt
|
||
|
.endfn SetTextJustification,globl
|
||
|
.previous
|