diff options
Diffstat (limited to 'src/ARMeilleure/Memory')
| -rw-r--r-- | src/ARMeilleure/Memory/IJitMemoryBlock.cs | 2 | ||||
| -rw-r--r-- | src/ARMeilleure/Memory/IMemoryManager.cs | 2 | ||||
| -rw-r--r-- | src/ARMeilleure/Memory/MemoryManagerType.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ARMeilleure/Memory/IJitMemoryBlock.cs b/src/ARMeilleure/Memory/IJitMemoryBlock.cs index 9b11e07f..e94b0a60 100644 --- a/src/ARMeilleure/Memory/IJitMemoryBlock.cs +++ b/src/ARMeilleure/Memory/IJitMemoryBlock.cs @@ -11,4 +11,4 @@ namespace ARMeilleure.Memory void MapAsRx(ulong offset, ulong size); void MapAsRwx(ulong offset, ulong size); } -}
\ No newline at end of file +} diff --git a/src/ARMeilleure/Memory/IMemoryManager.cs b/src/ARMeilleure/Memory/IMemoryManager.cs index 5eb1fadd..ec5b81eb 100644 --- a/src/ARMeilleure/Memory/IMemoryManager.cs +++ b/src/ARMeilleure/Memory/IMemoryManager.cs @@ -74,4 +74,4 @@ namespace ARMeilleure.Memory /// <param name="exemptId">Optional ID of the handles that should not be signalled</param> void SignalMemoryTracking(ulong va, ulong size, bool write, bool precise = false, int? exemptId = null); } -}
\ No newline at end of file +} diff --git a/src/ARMeilleure/Memory/MemoryManagerType.cs b/src/ARMeilleure/Memory/MemoryManagerType.cs index ce84ccaf..e897a038 100644 --- a/src/ARMeilleure/Memory/MemoryManagerType.cs +++ b/src/ARMeilleure/Memory/MemoryManagerType.cs @@ -28,7 +28,7 @@ /// Same as the host mapped memory manager type, but without masking the address within the address space. /// Allows invalid access from JIT code to the rest of the program, but is faster. /// </summary> - HostMappedUnsafe + HostMappedUnsafe, } static class MemoryManagerTypeExtensions |
