mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
13 lines
245 B
ArmAsm
13 lines
245 B
ArmAsm
/
|
|
/ The SCO signal stuff seems to be weird. The POSIX stuff appears to
|
|
/ "extended" system calls, and use values in eax and edx.
|
|
/
|
|
.globl sigprocmask
|
|
sigprocmask:
|
|
movl $0x2828, %eax
|
|
lcall $7,$0
|
|
jb _cerror
|
|
ret
|
|
addl $4, %esp
|
|
lcall $0xf,$0
|