scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | README | LICENSE

_sigaction2.s (173B)


      1 
      2 # This syscall cannot be autogenerated because it receives more than
      3 # 4 arguments
      4 
      5 	.text
      6 	.globl	_sigaction2
      7 
      8 _sigaction2:
      9 	mov	$0x154,%eax
     10 	mov	%rcx,%r10
     11 	syscall
     12 	retq