Skip to content

Commit

Permalink
Merge pull request #23 from W3LLD0NE/patch-4
Browse files Browse the repository at this point in the history
Update VmxExitHandlers.c
  • Loading branch information
DarthTon authored Mar 30, 2019
2 parents 6a2b064 + e6e0e80 commit 06642ed
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 06642ed

Please sign in to comment.