mirror of
https://github.com/seL4/seL4.git
synced 2026-04-04 22:39:54 +00:00
x86: Comment on missing NODE_LOCK
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user