Skip to content

Commit

Permalink
Update vmxoffload.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pyj2323 authored Jun 4, 2021
1 parent 71bc046 commit f3dfe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBKKernel/vmxoffload.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ Runs at passive mode
DbgPrint("Failure opening the file. Status=%x (filename=%S)\n", OpenedFile, filename.Buffer);
}
//fill in some specific memory regions
MmUnlockPages(DBVMMDL);
MmUnmapLockedPages(vmm, DBVMMDL);
}
else
{
Expand Down

0 comments on commit f3dfe7e

Please sign in to comment.