mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 03:50:17 +00:00
7 lines
79 B
ArmAsm
7 lines
79 B
ArmAsm
.globl fpathconf
|
|
fpathconf:
|
|
movl $0x2f28, %eax
|
|
lcall $7,$0
|
|
jb _cerror
|
|
ret
|