Update occurances of memory_permission to nt_memory_permission where needed

This commit is contained in:
3fault
2025-07-01 19:04:22 -04:00
parent 7d8daf7c68
commit 1276c7e2bc
6 changed files with 44 additions and 32 deletions

View File

@@ -148,7 +148,7 @@ namespace syscalls
c.win_emu.callbacks.on_memory_protect(aligned_start, aligned_length, requested_protection);
memory_permission old_protection_value{};
nt_memory_permission old_protection_value{};
try
{