summaryrefslogtreecommitdiff
path: root/src/user/lib/thread.S
blob: 3cd35002b72f2a4d1b8c53376574c6542a284eb0 (plain)
1
2
3
4
5
6
7
8
.section .text
.global chstack
.type chstack, @function
// _Noreturn void chstack(void *arg, void (*fn)(void*), void *esp);
chstack:
	mov %rdx, %rsp
	call *%rsi
	jmp 0 // "exit"