kernel: fix case of EAX getting clobbered after sigreturn.

This commit is contained in:
Ben Gras
2010-07-20 17:10:09 +00:00
parent 13be76efe5
commit c0074d3aa9
3 changed files with 6 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ PUBLIC int do_sigreturn(struct proc * caller, message * m_ptr)
}
#endif
rp->p_misc_flags |= MF_CONTEXT_SET;
return(OK);
}
#endif /* USE_SIGRETURN */