fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sysvi386 / pause.s
blob8e8bd229b99cdfd710bf401b5e754a0bd8039fc1
1 .globl _pause
2 _pause:
3 movl $0x1d, %eax
4 lcall $7,$0
5 jb _cerror
6 ret