Fix typo
This commit is contained in:
parent
a2289d554c
commit
41cf11f8b1
|
@ -143,7 +143,7 @@ namespace BizHawk.Common.BizInvoke
|
|||
// ? (MemoryBlock) new MemoryBlockUnix(start, size)
|
||||
// : (MemoryBlock) new MemoryBlockWin32(start, size);
|
||||
if (PlatformLinkedLibSingleton.RunningOnUnix)
|
||||
throw new InvalidOperationException("ctor of nonfunctional MemoryBlockUnix class")
|
||||
throw new InvalidOperationException("ctor of nonfunctional MemoryBlockUnix class");
|
||||
return new MemoryBlockWin32(start, size);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue