First version committed to git
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sysvi386 / alarm.s
blobf31b3d380c59c1fad1a4f632e9198bc3711cfefc
1 .globl _alarm
2 _alarm:
3 movl $0x1b, %eax
4 lcall $7,$0
5 ret