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:
c5e6e5
	mov 	(%ecx),	%ecx	# check content of ptr
296178
	test	%ecx,	%ecx
c5e6e5
	jnz	___cancel	# thread is pending cancellation
296178
296178
	jmp	___syscall
296178
296178
___cp_end:
296178
	ret
fa55cc
fa55cc
        .section .got$___syscall_cp_asm
fa55cc
        .global __imp____syscall_cp_asm
fa55cc
__imp____syscall_cp_asm:
fa55cc
        .long   ___syscall_cp_asm
fa55cc
        .linkonce discard
fa55cc
fa55cc
        .section .got$___cp_begin
fa55cc
        .global __imp____cp_begin
fa55cc
__imp____cp_begin:
fa55cc
        .long   ___cp_begin
fa55cc
        .linkonce discard
fa55cc
fa55cc
        .section .got$___cp_end
fa55cc
        .global __imp____cp_end
fa55cc
__imp____cp_end:
fa55cc
        .long   ___cp_end
fa55cc
        .linkonce discard