1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

Mark end of frames.

This commit is contained in:
David Xu 2004-08-11 23:23:05 +00:00
parent 445a4b68f2
commit 91574a97b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133529

View File

@ -317,6 +317,7 @@ cpu_set_upcall_kse(struct thread *td, struct kse_upcall *ku)
td->td_frame->tf_rsp =
((register_t)ku->ku_stack.ss_sp + ku->ku_stack.ss_size) & ~0x0f;
td->td_frame->tf_rsp -= 8;
td->td_frame->tf_rbp = 0;
td->td_frame->tf_rip = (register_t)ku->ku_func;
/*