2012-03-27 01:51:53 +02:00

7 lines
77 B
ArmAsm

.globl _getdents
_getdents:
movl $0x51, %eax
lcall $7,$0
jb _cerror
ret