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))
|
||||
{
|
||||
Memory<byte> contiguousPhysicalMemory = new NativeMemoryManager<byte>(contiguousStart, contiguousSize).Memory;
|
||||
|
||||
last.Replace(contiguousPhysicalMemory);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue