summaryrefslogtreecommitdiff
path: root/src/thread/i386/cancellation3.s
blob: 6096b8cea3ac716eac4f1ed66da876eaef48fb30 (plain) (blame)
1
2
3
4
5
6
7
.text
.global __pthread_unwind_next
__pthread_unwind_next:
	pushl %eax
	call __pthread_unwind_next_3
	popl %eax
	ret