mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 22:00:58 -05:00
misc: chore: Use explicit types in ARMeilleure project
This commit is contained in:
@@ -9,7 +9,7 @@ namespace ARMeilleure.Decoders
|
||||
|
||||
public OpCode32SimdDupElem(InstDescriptor inst, ulong address, int opCode, bool isThumb) : base(inst, address, opCode, isThumb)
|
||||
{
|
||||
var opc = (opCode >> 16) & 0xf;
|
||||
int opc = (opCode >> 16) & 0xf;
|
||||
|
||||
if ((opc & 0b1) == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user