Fix Lambda Explicit Type Specification Warning (#4090)
This commit is contained in:
parent
851d81d24a
commit
c6f1908e0f
4 changed files with 91 additions and 91 deletions
|
@ -1341,7 +1341,7 @@ namespace ARMeilleure.Decoders
|
|||
{
|
||||
string reversedEncoding = encoding.Substring(16) + encoding.Substring(0, 16);
|
||||
MakeOp reversedMakeOp =
|
||||
(InstDescriptor inst, ulong address, int opCode)
|
||||
(inst, address, opCode)
|
||||
=> makeOp(inst, address, (int)BitOperations.RotateRight((uint)opCode, 16));
|
||||
Set(reversedEncoding, AllInstT32, new InstDescriptor(name, emitter), reversedMakeOp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue