Blame src/thread/nt32/syscall_cp.s

296178
.text
296178
.globl	___syscall_cp_asm
296178
.globl	___cp_begin
296178
.globl	___cp_end
296178
296178
___syscall_cp_asm:
296178
___cp_begin:
296178
	mov 	(%ecx),	%ecx	/* check content of ptr */
296178
	test	%ecx,	%ecx
296178
	jnz	___cancel	/* thread is pending cancellation */
296178
296178
	jmp	___syscall
296178
296178
___cp_end:
296178
	ret