diff options
Diffstat (limited to 'src/Ryujinx.Cpu/AppleHv/HvMemoryBlockAllocation.cs')
-rw-r--r-- | src/Ryujinx.Cpu/AppleHv/HvMemoryBlockAllocation.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ryujinx.Cpu/AppleHv/HvMemoryBlockAllocation.cs b/src/Ryujinx.Cpu/AppleHv/HvMemoryBlockAllocation.cs index 3c3f087a..855d313c 100644 --- a/src/Ryujinx.Cpu/AppleHv/HvMemoryBlockAllocation.cs +++ b/src/Ryujinx.Cpu/AppleHv/HvMemoryBlockAllocation.cs @@ -1,8 +1,10 @@ using Ryujinx.Memory; using System; +using System.Runtime.Versioning; namespace Ryujinx.Cpu.AppleHv { + [SupportedOSPlatform("macos")] readonly struct HvMemoryBlockAllocation : IDisposable { private readonly HvMemoryBlockAllocator _owner; |