mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 13:13:57 +00:00
Unset extended flags in nt_memory_permission assignment operator
This commit is contained in:
@@ -90,6 +90,7 @@ struct nt_memory_permission
|
||||
nt_memory_permission& operator=(memory_permission const& y)
|
||||
{
|
||||
this->common = y;
|
||||
this->extended = memory_permission_ext::none;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user