summaryrefslogtreecommitdiff
path: root/src/thread/i386/cancellation3.s
blob: 88340224d2c4f4d343b046ce8ffed9f9bb796169 (plain) (blame)
1
2
3
4
5
6
7
8
.text
.global __pthread_unwind_next
.type   __pthread_unwind_next,@function
__pthread_unwind_next:
	pushl %eax
	call __pthread_unwind_next_3
	popl %eax
	ret