Skip to content

Commit

Permalink
Update VmxExitHandlers.c
Browse files Browse the repository at this point in the history
to fix KERNEL_SECURITY_CHECK_FAILURE BSOD on Win10 15063+
  • Loading branch information
w3lld0ne authored Mar 30, 2019
1 parent a255bb3 commit e6e0e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arch/Intel/VmxExitHandlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ DECLSPEC_NORETURN EXTERN_C VOID VmxpExitHandler( IN PCONTEXT Context )
}

KeLowerIrql( guestContext.GuestIrql );
RtlRestoreContext( Context, NULL );
VmRestoreContext( Context );
}

/// <summary>
Expand Down

0 comments on commit e6e0e80

Please sign in to comment.