x86: Comment on missing NODE_LOCK

This commit is contained in:
Adrian Danis
2016-12-13 10:52:36 +11:00
parent 95f40176b1
commit d4b1faa80f

View File

@@ -158,6 +158,7 @@ c_handle_syscall(word_t cptr, word_t msgInfo, syscall_t syscall)
void VISIBLE NORETURN c_handle_vmexit(void)
{
c_entry_hook();
/* NODE_LOCK will get called in handleVmexit */
handleVmexit();
restore_user_context();
UNREACHABLE();