mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 21:21:03 +00:00
Update occurances of memory_permission to nt_memory_permission where needed
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user