diff options
Diffstat (limited to 'src/Ryujinx.Memory/MemoryAllocationFlags.cs')
-rw-r--r-- | src/Ryujinx.Memory/MemoryAllocationFlags.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Memory/MemoryAllocationFlags.cs b/src/Ryujinx.Memory/MemoryAllocationFlags.cs index 6f0ef1aa..e5fa9360 100644 --- a/src/Ryujinx.Memory/MemoryAllocationFlags.cs +++ b/src/Ryujinx.Memory/MemoryAllocationFlags.cs @@ -47,6 +47,6 @@ namespace Ryujinx.Memory /// Indicates that the memory will be used to store JIT generated code. /// On some platforms, this requires special flags to be passed that will allow the memory to be executable. /// </summary> - Jit = 1 << 5 + Jit = 1 << 5, } } |