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