add newline for consistency
This commit is contained in:
parent
8ed2f5e33b
commit
1a6aebfb6c
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ namespace Ryujinx.Cpu.Jit
|
||||||
if (last.IsContiguousWith(physicalMemory, out nuint contiguousStart, out int contiguousSize))
|
if (last.IsContiguousWith(physicalMemory, out nuint contiguousStart, out int contiguousSize))
|
||||||
{
|
{
|
||||||
Memory<byte> contiguousPhysicalMemory = new NativeMemoryManager<byte>(contiguousStart, contiguousSize).Memory;
|
Memory<byte> contiguousPhysicalMemory = new NativeMemoryManager<byte>(contiguousStart, contiguousSize).Memory;
|
||||||
|
|
||||||
last.Replace(contiguousPhysicalMemory);
|
last.Replace(contiguousPhysicalMemory);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue