whitespace fixes

This commit is contained in:
jhorv 2024-04-21 12:52:49 -04:00
parent 7530cab7c5
commit bf6dc00ec4

View file

@ -126,7 +126,7 @@ namespace Ryujinx.Cpu.Jit
va += copySize;
offset += (int)copySize;
}
return new ReadOnlySequence<byte>(first, 0, last, (int)(size - last.RunningIndex));
}
catch (InvalidMemoryRegionException)