x64: Missing c_exit_hook
This commit is contained in:
parent
394994c2f1
commit
a4c014ca8e
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ fastpath_mi_check(word_t msgInfo)
|
|||
static inline void NORETURN
|
||||
fastpath_restore(word_t badge, word_t msgInfo, tcb_t *cur_thread)
|
||||
{
|
||||
c_exit_hook();
|
||||
|
||||
if (unlikely(cur_thread == x86KSfpuOwner)) {
|
||||
/* We are using the FPU, make sure it is enabled */
|
||||
enableFpu();
|
||||
|
|
|
|||
Loading…
Reference in a new issue