vfork.s raw

   1  	.global vfork
   2  	.type vfork,%function
   3  vfork:
   4  	svc 190
   5  	.hidden __syscall_ret
   6  	jg  __syscall_ret
   7