x64: Missing c_exit_hook

This commit is contained in:
Adrian Danis 2016-10-13 14:26:33 +11:00
parent 394994c2f1
commit a4c014ca8e

View file

@ -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();