Change MemoryProtection enum to uint aswell for consistency
This commit is contained in:
parent
b72d8e237d
commit
68069a3824
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace ChocolArm64.Memory
|
|||
}
|
||||
|
||||
[Flags]
|
||||
private enum MemoryProtection
|
||||
private enum MemoryProtection : uint
|
||||
{
|
||||
NoAccess = 0x01,
|
||||
ReadOnly = 0x02,
|
||||
|
|
Loading…
Add table
Reference in a new issue