libc/newlib/libc/sys/sysvi386/pause.S

7 lines
72 B
ArmAsm

.globl _pause
_pause:
movl $0x1d, %eax
lcall $7,$0
jb _cerror
ret