mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-18 05:10:53 -05:00
misc: chore: Use explicit types in ARMeilleure project
This commit is contained in:
@@ -115,7 +115,7 @@ namespace ARMeilleure.CodeGen.RegisterAllocators
|
||||
{
|
||||
NumberLocals(cfg, regMasks.RegistersCount);
|
||||
|
||||
var context = new AllocationContext(stackAlloc, regMasks, _intervals.Count);
|
||||
AllocationContext context = new AllocationContext(stackAlloc, regMasks, _intervals.Count);
|
||||
|
||||
BuildIntervals(cfg, context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user