Fix incorrect pointer types

This commit is contained in:
2025-11-30 20:06:51 +01:00
parent 86aa22e5f8
commit 8054bb915a
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ MM::Paging::GetP5eAddress(IN PVOID Address)
*/
XTAPI
PVOID
MM::Paging::GetP5eVirtualAddress(IN PMMPTE P5ePointer)
MM::Paging::GetP5eVirtualAddress(IN PMMP5E P5ePointer)
{
/* Return PTE virtual address */
return PmlRoutines->GetP5eVirtualAddress(P5ePointer);