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]
|
[Flags]
|
||||||
private enum MemoryProtection
|
private enum MemoryProtection : uint
|
||||||
{
|
{
|
||||||
NoAccess = 0x01,
|
NoAccess = 0x01,
|
||||||
ReadOnly = 0x02,
|
ReadOnly = 0x02,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue