diff options
Diffstat (limited to 'ChocolArm64/Memory/MemoryManagement.cs')
| -rw-r--r-- | ChocolArm64/Memory/MemoryManagement.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChocolArm64/Memory/MemoryManagement.cs b/ChocolArm64/Memory/MemoryManagement.cs index fa4bc4fa..80585791 100644 --- a/ChocolArm64/Memory/MemoryManagement.cs +++ b/ChocolArm64/Memory/MemoryManagement.cs @@ -96,9 +96,9 @@ namespace ChocolArm64.Memory IntPtr[] addresses, out ulong count) { - //This is only supported on windows, but returning - //false (failed) is also valid for platforms without - //write tracking support on the OS. + // This is only supported on windows, but returning + // false (failed) is also valid for platforms without + // write tracking support on the OS. if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { return MemoryManagementWindows.GetModifiedPages(address, size, addresses, out count); |
