mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 21:10:53 -05:00
misc: chore: Use explicit types in ARMeilleure project
This commit is contained in:
@@ -847,7 +847,7 @@ namespace ARMeilleure.CodeGen.Arm64
|
||||
|
||||
Debug.Assert(comp.Kind == OperandKind.Constant);
|
||||
|
||||
var compType = (Comparison)comp.AsInt32();
|
||||
Comparison compType = (Comparison)comp.AsInt32();
|
||||
|
||||
return compType == Comparison.Equal || compType == Comparison.NotEqual;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user