Change MemoryProtection enum to uint aswell for consistency

This commit is contained in:
gdkchan 2019-02-22 13:59:10 -03:00
commit 68069a3824

View file

@ -21,7 +21,7 @@ namespace ChocolArm64.Memory
} }
[Flags] [Flags]
private enum MemoryProtection private enum MemoryProtection : uint
{ {
NoAccess = 0x01, NoAccess = 0x01,
ReadOnly = 0x02, ReadOnly = 0x02,