Change MemoryProtection enum to uint aswell for consistency

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

View file

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