mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 23:12:22 -05:00
misc: chore: Fix object creation in Cpu project
This commit is contained in:
@@ -443,7 +443,7 @@ namespace Ryujinx.Cpu.Jit
|
||||
return null;
|
||||
}
|
||||
|
||||
List<HostMemoryRange> regions = new List<HostMemoryRange>();
|
||||
List<HostMemoryRange> regions = new();
|
||||
ulong endVa = va + size;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user